public interface OperatorEventHandler
OperatorCoordinator
and a runtime operator (which registers this handler).
The counterpart to this handler is the OperatorCoordinator.handleEventFromOperator(int,
int, OperatorEvent)
method.
Modifier and Type | Method and Description |
---|---|
void |
handleOperatorEvent(OperatorEvent evt) |
void handleOperatorEvent(OperatorEvent evt)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.