| Package | Description |
|---|---|
| io.zeebe.transport.impl | |
| io.zeebe.transport.impl.actor |
| Modifier and Type | Method and Description |
|---|---|
TransportChannel |
DefaultChannelFactory.buildClientChannel(TransportChannel.ChannelLifecycleListener listener,
RemoteAddressImpl remoteAddress,
int maxMessageSize,
io.zeebe.dispatcher.FragmentHandler readHandler) |
TransportChannel |
TransportChannelFactory.buildClientChannel(TransportChannel.ChannelLifecycleListener listener,
RemoteAddressImpl remoteAddress,
int maxMessageSize,
io.zeebe.dispatcher.FragmentHandler readHandler) |
TransportChannel |
DefaultChannelFactory.buildServerChannel(TransportChannel.ChannelLifecycleListener listener,
RemoteAddressImpl remoteAddress,
int maxMessageSize,
io.zeebe.dispatcher.FragmentHandler readHandler,
SocketChannel media) |
TransportChannel |
TransportChannelFactory.buildServerChannel(TransportChannel.ChannelLifecycleListener listener,
RemoteAddressImpl remoteAddress,
int maxMessageSize,
io.zeebe.dispatcher.FragmentHandler readHandler,
SocketChannel media) |
| Constructor and Description |
|---|
TransportChannel(TransportChannel.ChannelLifecycleListener listener,
RemoteAddressImpl remoteAddress,
int maxMessageSize,
io.zeebe.dispatcher.FragmentHandler readHandler) |
TransportChannel(TransportChannel.ChannelLifecycleListener listener,
RemoteAddressImpl remoteAddress,
int maxMessageSize,
io.zeebe.dispatcher.FragmentHandler readHandler,
SocketChannel media) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientConductor |
class |
Conductor |
class |
ServerConductor |
Copyright © 2017–2018 camunda services GmbH. All rights reserved.