Package org.refcodes.rest
Interface PingRequestObserverAccessor
-
- All Known Subinterfaces:
HttpRegistryContext<DESC>,HttpRegistryContext.HttpRegistryContextBuilder<DESC>,HttpRegistryRestServer<DESC,B>,PingRequestObserverAccessor.PingRequestObserverProperty
- All Known Implementing Classes:
AbstractHttpRegistryContextBuilder,AbstractHttpRegistryRestServerDecorator
public interface PingRequestObserverAccessorProvides an accessor for a pingRestRequestObserverproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePingRequestObserverAccessor.PingRequestObserverBuilder<B extends PingRequestObserverAccessor.PingRequestObserverBuilder<B>>Provides a builder method for a pingRestRequestObserverproperty returning the builder for applying multiple build operations.static interfacePingRequestObserverAccessor.PingRequestObserverMutatorProvides a mutator for a pingRestRequestObserverproperty.static interfacePingRequestObserverAccessor.PingRequestObserverPropertyProvides a pingRestRequestObserverproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestRequestObservergetPingRequestObserver()Retrieves the pingRestRequestObserverfrom the pingRestRequestObserverproperty.
-
-
-
Method Detail
-
getPingRequestObserver
RestRequestObserver getPingRequestObserver()
Retrieves the pingRestRequestObserverfrom the pingRestRequestObserverproperty.- Returns:
- The ping
RestRequestObserverstored by the pingRestRequestObserverproperty.
-
-