public interface ReceivedMessage
| Modifier and Type | Method and Description |
|---|---|
String |
ackId() |
static ReceivedMessageBuilder |
builder() |
Message |
message() |
static ReceivedMessage |
of(String ackId,
Message message) |
static ReceivedMessage |
of(String ackId,
String data) |
static ReceivedMessage |
ofEncoded(String ackId,
String data) |
String ackId()
Message message()
static ReceivedMessage of(String ackId, Message message)
static ReceivedMessage of(String ackId, String data)
static ReceivedMessage ofEncoded(String ackId, String data)
static ReceivedMessageBuilder builder()
Copyright © 2018. All rights reserved.