| Package | Description |
|---|---|
| io.zeebe.transport | |
| io.zeebe.transport.impl |
| Modifier and Type | Method and Description |
|---|---|
ClientOutput |
ClientTransport.getOutput() |
| 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) |
boolean |
ClientMessageHandler.onMessage(ClientOutput output,
RemoteAddress remoteAddress,
org.agrona.DirectBuffer buffer,
int offset,
int length) |
| Constructor and Description |
|---|
ClientInputMessageSubscriptionImpl(io.zeebe.dispatcher.Subscription subscription,
ClientMessageHandler messageHandler,
ClientOutput output,
RemoteAddressList remoteAddresses) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientOutputImpl |
| Modifier and Type | Method and Description |
|---|---|
ClientOutput |
TransportContext.getClientOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportContext.setClientOutput(ClientOutput clientOutput) |
Copyright © 2017–2018 camunda services GmbH. All rights reserved.