Interface CoordinationRequestHandler
- All Known Implementing Classes:
CollectSinkOperatorCoordinator
public interface CoordinationRequestHandler
Coordinator interface which can handle
CoordinationRequests and response with CoordinationResponses to the client or operator.-
Method Summary
Modifier and TypeMethodDescriptionCalled when receiving a request from the client or operator.
-
Method Details
-
handleCoordinationRequest
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
-