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 TypeMethodDescriptionvoid
setPingRequestObserver
(RestRequestConsumer aPingRequestObserver) Sets the pingRestRequestConsumer
for the pingRestRequestConsumer
property.
-
Method Details
-
setPingRequestObserver
Sets the pingRestRequestConsumer
for the pingRestRequestConsumer
property.- Parameters:
aPingRequestObserver
- The pingRestRequestConsumer
to be stored by the pingRestRequestConsumer
property.
-