- All Known Subinterfaces:
HttpRegistryContext<DESC>
,HttpRegistryContext.HttpRegistryContextBuilder<DESC>
,HttpRegistryRestServer<DESC,
,B> PingRequestObserverAccessor.PingRequestObserverProperty
- All Known Implementing Classes:
AbstractHttpRegistryContextBuilder
,AbstractHttpRegistryRestServerDecorator
public interface PingRequestObserverAccessor
Provides an accessor for a ping
RestRequestConsumer
property.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
PingRequestObserverAccessor.PingRequestObserverBuilder<B extends PingRequestObserverAccessor.PingRequestObserverBuilder<B>>
Provides a builder method for a pingRestRequestConsumer
property returning the builder for applying multiple build operations.static interface
Provides a mutator for a pingRestRequestConsumer
property.static interface
Provides a pingRestRequestConsumer
property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the pingRestRequestConsumer
from the pingRestRequestConsumer
property.
-
Method Details
-
getPingRequestObserver
RestRequestConsumer getPingRequestObserver()Retrieves the pingRestRequestConsumer
from the pingRestRequestConsumer
property.- Returns:
- The ping
RestRequestConsumer
stored by the pingRestRequestConsumer
property.
-