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