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