Package org.refcodes.rest
Interface PingPathAccessor.PingPathBuilder<B extends PingPathAccessor.PingPathBuilder<?>>
-
- Type Parameters:
B- The builder which implements thePingPathAccessor.PingPathBuilder.
- All Known Subinterfaces:
HttpRegistry<DESC,B>,HttpRegistryRestServer<DESC,B>,HttpRegistrySidecar<DESC,B>
- All Known Implementing Classes:
AbstractHttpRegistryRestServerDecorator,AbstractHttpRegistrySidecar
- Enclosing interface:
- PingPathAccessor
public static interface PingPathAccessor.PingPathBuilder<B extends PingPathAccessor.PingPathBuilder<?>>Provides a mutator for an ping path property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithPingPath(java.lang.String aPingPath)Sets the ping path to use and returns this builder as of the builder pattern.
-
-
-
Method Detail
-
withPingPath
B withPingPath(java.lang.String aPingPath)
Sets the ping path to use and returns this builder as of the builder pattern.- Parameters:
aPingPath- The ping path to be stored by the ping path property.- Returns:
- This
PingPathAccessor.PingPathBuilderinstance to continue configuration.
-
-