Class Probe

java.lang.Object
org.alfresco.rest.api.model.Probe

public class Probe extends Object
Representation of a probe result. Probes simply return a status code of 200 for okay and some other code if not. They should provide very limited information to the caller for security reasons as they generally provide unauthenticated access.
  • Constructor Details

    • Probe

      public Probe(String message)
  • Method Details

    • getMessage

      public String getMessage()