| Package | Description |
|---|---|
| com.github.pnavais.machine.api.message | |
| com.github.pnavais.machine.model |
| Modifier and Type | Method and Description |
|---|---|
Payload |
Message.getPayload()
Retrieves the payload contents
of the message.
|
| Modifier and Type | Method and Description |
|---|---|
static VoidMessage |
VoidMessage.createWith(String name,
Payload payload)
Creates a new void message with name and payload
|
| Modifier and Type | Method and Description |
|---|---|
Payload |
StringMessage.getPayload() |
| Modifier and Type | Method and Description |
|---|---|
static StringMessage |
StringMessage.from(String messageKey,
Payload payload)
Static factory method to create a message
with a message key and payload
|
Copyright © 2019 state-machine. All rights reserved.