| Package | Description |
|---|---|
| io.zeebe.transport | |
| io.zeebe.transport.impl |
| Modifier and Type | Method and Description |
|---|---|
protected TransportContext |
ClientTransportBuilder.buildTransportContext(ClientOutput output,
ClientRequestPool clientRequestPool,
RequestManager requestManager,
RemoteAddressListImpl addressList,
io.zeebe.dispatcher.FragmentHandler receiveHandler,
io.zeebe.dispatcher.Dispatcher receiveBuffer) |
| Modifier and Type | Field and Description |
|---|---|
protected ClientRequestPool |
ClientReceiveHandler.requestPool |
protected ClientRequestPool |
ClientSendFailureHandler.requestPool |
protected ClientRequestPool |
ClientOutputImpl.requestPool |
protected ClientRequestPool |
RequestManager.requestPool |
| Modifier and Type | Method and Description |
|---|---|
ClientRequestPool |
TransportContext.getClientRequestPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportContext.setClientRequestPool(ClientRequestPool clientRequestPool) |
| Constructor and Description |
|---|
ClientOutputImpl(io.zeebe.dispatcher.Dispatcher sendBuffer,
ClientRequestPool requestPool,
RequestManager requestManager,
long defaultRequestRetryTimeout) |
ClientReceiveHandler(ClientRequestPool requestPool,
io.zeebe.dispatcher.Dispatcher receiveBuffer,
List<ClientInputListener> listeners) |
ClientSendFailureHandler(ClientRequestPool requestPool) |
RequestManager(ClientRequestPool requestPool) |
Copyright © 2017–2018 camunda services GmbH. All rights reserved.