public interface CoordinationRequestHandler
CoordinationRequest
s and response with CoordinationResponse
s 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–2024 The Apache Software Foundation. All rights reserved.