Package org.refcodes.rest
Interface PingPathAccessor.PingPathMutator
-
- All Known Subinterfaces:
HttpRegistry<DESC,B>,HttpRegistryRestServer<DESC,B>,HttpRegistrySidecar<DESC,B>,PingPathAccessor.PingPathProperty
- All Known Implementing Classes:
AbstractHttpRegistryRestServerDecorator,AbstractHttpRegistrySidecar
- Enclosing interface:
- PingPathAccessor
public static interface PingPathAccessor.PingPathMutatorProvides a mutator for a ping path property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetPingPath(java.lang.String aPingPath)Sets the ping path for the ping path property.
-