public interface CoordinationRequestGateway
CoordinationRequest and expects for a CoordinationResponse from a OperatorCoordinator.| 限定符和类型 | 方法和说明 |
|---|---|
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–2023 The Apache Software Foundation. All rights reserved.