| Package | Description |
|---|---|
| io.zeebe.transport | |
| io.zeebe.transport.impl.actor |
| Modifier and Type | Field and Description |
|---|---|
protected TransportContext |
ServerTransport.transportContext |
| Modifier and Type | Method and Description |
|---|---|
protected TransportContext |
ServerTransportBuilder.buildTransportContext() |
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 | Method and Description |
|---|---|
protected ClientTransport |
ClientTransportBuilder.build(TransportContext context) |
protected void |
ServerTransportBuilder.buildActors(TransportContext context,
ServerActorContext actorContext) |
| Constructor and Description |
|---|
BufferingServerTransport(ActorContext transportActorContext,
TransportContext transportContext) |
ClientTransport(ActorContext transportActorContext,
TransportContext transportContext) |
ServerTransport(ActorContext transportActorContext,
TransportContext transportContext) |
| Modifier and Type | Field and Description |
|---|---|
protected TransportContext |
Conductor.transportContext |
| Constructor and Description |
|---|
ClientConductor(ActorContext actorContext,
TransportContext context) |
Conductor(ActorContext actorContext,
TransportContext context) |
Receiver(ActorContext actorContext,
TransportContext context) |
Sender(ActorContext actorContext,
TransportContext context) |
ServerConductor(ServerActorContext actorContext,
TransportContext context) |
Copyright © 2017–2018 camunda services GmbH. All rights reserved.