-
- All Known Subinterfaces:
HttpRegistryRestServer<DESC,B>
- All Known Implementing Classes:
AbstractHttpRegistryRestServerDecorator
public interface PingRequestObserverMixin to register aRestRequestConsumerupon "ping" requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPingRequest(RestRequestConsumer aRequestConsumer)Sets the pingRestRequestConsumerlistening for "ping" requests.
-
-
-
Method Detail
-
onPingRequest
void onPingRequest(RestRequestConsumer aRequestConsumer)
Sets the pingRestRequestConsumerlistening for "ping" requests.- Parameters:
aRequestConsumer- The pingRestRequestConsumerto be registered.
-
-