| Package | Description |
|---|---|
| io.zeebe.transport.impl |
| Modifier and Type | Field and Description |
|---|---|
protected ClientRequestImpl |
ManagedClientRequestImpl.request |
protected ClientRequestImpl |
ManagedClientRequestImpl.StateMachineContext.request |
| Modifier and Type | Method and Description |
|---|---|
ClientRequestImpl |
ClientRequestPool.getOpenRequestById(long id) |
ClientRequestImpl |
ClientRequestPool.openRequest(RemoteAddress remote,
io.zeebe.util.buffer.BufferWriter writer) |
ClientRequestImpl |
ClientRequestPool.poll(RemoteAddress remote) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientRequestPool.returnRequest(ClientRequestImpl requestImpl) |
| Constructor and Description |
|---|
ManagedClientRequestImpl(ClientRequestImpl request,
RemoteAddress endpoint,
io.zeebe.util.buffer.BufferWriter writer,
long timeout) |
| Constructor and Description |
|---|
ClientRequestImpl(ClientRequestPool.RequestIdGenerator requestIdGenerator,
io.zeebe.dispatcher.Dispatcher sendBuffer,
java.util.function.Consumer<ClientRequestImpl> closeHandler) |
Copyright © 2017–2018 camunda services GmbH. All rights reserved.