| Package | Description |
|---|---|
| io.zeebe.transport | |
| io.zeebe.transport.impl |
| Modifier and Type | Method and Description |
|---|---|
ServerResponse |
ServerResponse.buffer(org.agrona.DirectBuffer buffer) |
ServerResponse |
ServerResponse.buffer(org.agrona.DirectBuffer buffer,
int offset,
int length) |
ServerResponse |
ServerResponse.remoteAddress(RemoteAddress remoteAddress) |
ServerResponse |
ServerResponse.remoteStreamId(int remoteStreamId) |
ServerResponse |
ServerResponse.requestId(long requestId) |
ServerResponse |
ServerResponse.reset() |
ServerResponse |
ServerResponse.writer(io.zeebe.util.buffer.BufferWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerOutput.sendResponse(ServerResponse response)
Sends a response according to the request response protocol.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServerOutputImpl.sendResponse(ServerResponse response) |
Copyright © 2017–2018 camunda services GmbH. All rights reserved.