Package org.refcodes.rest
Interface PingPathAccessor
-
- All Known Subinterfaces:
HttpRegistry<DESC,B>,HttpRegistryRestServer<DESC,B>,HttpRegistrySidecar<DESC,B>,PingPathAccessor.PingPathProperty
- All Known Implementing Classes:
AbstractHttpRegistryRestServerDecorator,AbstractHttpRegistrySidecar
public interface PingPathAccessorProvides an accessor for a ping path property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePingPathAccessor.PingPathBuilder<B extends PingPathAccessor.PingPathBuilder<?>>Provides a mutator for an ping path property.static interfacePingPathAccessor.PingPathMutatorProvides a mutator for a ping path property.static interfacePingPathAccessor.PingPathPropertyProvides a ping path property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPingPath()Retrieves the ping path from the ping path property.
-