public interface CoordinationRequestHandler
CoordinationRequests and response with CoordinationResponses to the client.| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CoordinationResponse> |
handleCoordinationRequest(CoordinationRequest request)
Called when receiving a request from the client.
|
CompletableFuture<CoordinationResponse> handleCoordinationRequest(CoordinationRequest request)
request - the request receivedCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.