Module org.refcodes.rest
Package org.refcodes.rest
Interface PingRequestObserverAccessor.PingRequestObserverBuilder<B extends PingRequestObserverAccessor.PingRequestObserverBuilder<B>>
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- All Known Subinterfaces:
HttpRegistryContext.HttpRegistryContextBuilder<DESC>,RestfulHttpRegistryServer<DESC,B>
- All Known Implementing Classes:
AbstractHttpRegistryContextBuilder,AbstractRestfulHttpRegistryServerDecorator
- Enclosing interface:
PingRequestObserverAccessor
public static interface PingRequestObserverAccessor.PingRequestObserverBuilder<B extends PingRequestObserverAccessor.PingRequestObserverBuilder<B>>
Provides a builder method for a ping
RestRequestConsumer property
returning the builder for applying multiple build operations.-
Method Summary
Modifier and TypeMethodDescriptionwithPingRequestObserver(RestRequestConsumer aRequestConsumer) Sets the pingRestRequestConsumerfor the pingRestRequestConsumerproperty.
-
Method Details
-
withPingRequestObserver
Sets the pingRestRequestConsumerfor the pingRestRequestConsumerproperty.- Parameters:
aRequestConsumer- The pingRestRequestConsumerto be stored by the pingRestRequestConsumerproperty.- Returns:
- The builder for applying multiple build operations.
-