Interface CoordinationRequestGateway

    • Method Detail

      • sendCoordinationRequest

        CompletableFuture<CoordinationResponse> sendCoordinationRequest​(OperatorID operatorId,
                                                                        CoordinationRequest request)
        Send out a request to a specified coordinator and return the response.
        Parameters:
        operatorId - specifies which coordinator to receive the request
        request - the request to send
        Returns:
        the response from the coordinator