Module org.refcodes.rest
Package org.refcodes.rest
Interface PingRequestObserverAccessor.PingRequestObserverMutator
- All Known Subinterfaces:
HttpRegistryContext.HttpRegistryContextBuilder<DESC>,PingRequestObserverAccessor.PingRequestObserverProperty
- All Known Implementing Classes:
AbstractHttpRegistryContextBuilder
- Enclosing interface:
- PingRequestObserverAccessor
public static interface PingRequestObserverAccessor.PingRequestObserverMutator
Provides a mutator for a ping
RestRequestConsumer property.-
Method Summary
Modifier and Type Method Description voidsetPingRequestObserver(RestRequestConsumer aPingRequestObserver)Sets the pingRestRequestConsumerfor the pingRestRequestConsumerproperty.
-
Method Details
-
setPingRequestObserver
Sets the pingRestRequestConsumerfor the pingRestRequestConsumerproperty.- Parameters:
aPingRequestObserver- The pingRestRequestConsumerto be stored by the pingRestRequestConsumerproperty.
-