public interface OperatorEventDispatcher
OperatorEvent
s and through which they can
send OperatorEvents back to the OperatorCoordinator
.Modifier and Type | Method and Description |
---|---|
OperatorEventGateway |
getOperatorEventGateway(OperatorID operatorId)
Gets the gateway through which events can be passed to the OperatorCoordinator for the
operator identified by the given OperatorID.
|
void |
registerEventHandler(OperatorID operator,
OperatorEventHandler handler)
Register a listener that is notified every time an OperatorEvent is sent from the
OperatorCoordinator (of the operator with the given OperatorID) to this subtask.
|
void registerEventHandler(OperatorID operator, OperatorEventHandler handler)
OperatorEventGateway getOperatorEventGateway(OperatorID operatorId)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.