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.PingRequestObserverMutatorProvides a mutator for a pingRestRequestConsumerproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetPingRequestObserver(RestRequestConsumer aPingRequestObserver)Sets the pingRestRequestConsumerfor the pingRestRequestConsumerproperty.
-
-
-
Method Detail
-
setPingRequestObserver
void setPingRequestObserver(RestRequestConsumer aPingRequestObserver)
Sets the pingRestRequestConsumerfor the pingRestRequestConsumerproperty.- Parameters:
aPingRequestObserver- The pingRestRequestConsumerto be stored by the pingRestRequestConsumerproperty.
-
-