Interface CoordinationRequestHandler

    • Method Detail

      • handleCoordinationRequest

        CompletableFuture<CoordinationResponse> handleCoordinationRequest​(CoordinationRequest request)
        Called when receiving a request from the client or operator.
        Parameters:
        request - the request received
        Returns:
        a future containing the response from the coordinator for this request