| Package | Description |
|---|---|
| org.eclipse.kapua.gateway.client | |
| org.eclipse.kapua.gateway.client.kura |
| Modifier and Type | Method and Description |
|---|---|
Payload |
Payload.Builder.build() |
Payload |
BinaryPayloadCodec.decode(ByteBuffer buffer) |
static Payload |
Payload.of(Instant timestamp,
Map<String,Object> values) |
static Payload |
Payload.of(Instant timestamp,
String key,
Object value) |
static Payload |
Payload.of(Map<String,Object> values) |
static Payload |
Payload.of(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
BinaryPayloadCodec.encode(Payload payload,
ByteBuffer buffer) |
void |
MessageHandler.handleMessage(Payload payload) |
void |
Sender.send(Payload payload) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorHandler<RuntimeException> |
Errors.handle(BiConsumer<Throwable,Optional<Payload>> handler) |
void |
ErrorHandler.handleError(Throwable e,
Optional<Payload> payload) |
static void |
Errors.ignore(Throwable e,
Optional<Payload> payload) |
| Modifier and Type | Method and Description |
|---|---|
Payload |
KuraBinaryPayloadCodec.decode(ByteBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
KuraBinaryPayloadCodec.encode(Payload payload,
ByteBuffer buffer) |
Copyright © 2017. All rights reserved.