public class ClientChannelManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.agrona.collections.Int2ObjectHashMap<TransportChannel> |
channels |
protected ClientConductor |
conductor |
protected RemoteAddressListImpl |
registeredAddresses |
| Constructor and Description |
|---|
ClientChannelManager(ClientConductor conductor,
RemoteAddressListImpl registeredAddresses) |
| Modifier and Type | Method and Description |
|---|---|
int |
maintainChannels() |
protected org.agrona.collections.Int2ObjectHashMap<TransportChannel> channels
protected final RemoteAddressListImpl registeredAddresses
protected final ClientConductor conductor
public ClientChannelManager(ClientConductor conductor, RemoteAddressListImpl registeredAddresses)
Copyright © 2017–2018 camunda services GmbH. All rights reserved.