| Package | Description |
|---|---|
| net.openhft.chronicle.network.cluster |
| Modifier and Type | Method and Description |
|---|---|
ConnectionManager.EventEmitterToken |
ConnectionManager.onConnectionChanged(boolean isConnected,
T nc,
@Nullable ConnectionManager.EventEmitterToken token)
The connection state of the network context changed, notify all listeners
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionManager.executeNewListeners(T nc,
@NotNull ConnectionManager.EventEmitterToken token)
Execute any new connection listeners that have been added since the emitter last emitted
a connection event.
|
ConnectionManager.EventEmitterToken |
ConnectionManager.onConnectionChanged(boolean isConnected,
T nc,
@Nullable ConnectionManager.EventEmitterToken token)
The connection state of the network context changed, notify all listeners
|
Copyright © 2023. All rights reserved.