public interface CoordinationRequestGateway
CoordinationRequest
and expects for a CoordinationResponse
from a OperatorCoordinator
.Modifier and Type | Method and Description |
---|---|
CompletableFuture<CoordinationResponse> |
sendCoordinationRequest(OperatorID operatorId,
CoordinationRequest request)
Send out a request to a specified coordinator and return the response.
|
CompletableFuture<CoordinationResponse> sendCoordinationRequest(OperatorID operatorId, CoordinationRequest request)
operatorId
- specifies which coordinator to receive the requestrequest
- the request to sendCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.