| Package | Description |
|---|---|
| groovyx.gpars.dataflow.operator.component |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<GracefulShutdownListener> |
GracefulShutdownMonitor.listeners
All listeners that watch the operators/selectors in the network
|
| Modifier and Type | Method and Description |
|---|---|
void |
GracefulShutdownMonitor.registerProcessorListener(GracefulShutdownListener listener)
Invoked by GracefulShutdownListeners, which listen on operators/selectors for lifecycle events, to get registered with the monitor.
|
void |
OperatorStateMonitor.registerProcessorListener(GracefulShutdownListener listener)
Invoked by GracefulShutdownListeners, which listen on operators/selectors for lifecycle events, to get registered with the monitor.
|