Class ServicePaths


  • public class ServicePaths
    extends Object
    Model defining various known paths used by services
    • Field Detail

      • DEFAULT_HOMEPAGE_PATH

        public static final String DEFAULT_HOMEPAGE_PATH
        The default path to the main API of the service.
        See Also:
        Constant Field Values
      • DEFAULT_STATUS_PATH

        public static final String DEFAULT_STATUS_PATH
        The default path to a status page for the service.
        See Also:
        Constant Field Values
      • DEFAULT_HEALTHCHECK_PATH

        public static final String DEFAULT_HEALTHCHECK_PATH
        The default path to a health check page for the service.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ServicePaths

        public ServicePaths()