Class 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 Detail

      • Probe

        public Probe​(String message)
    • Method Detail

      • getMessage

        public String getMessage()