| Modifier and Type | Method and Description |
|---|---|
static VoidMessage |
createNew()
Creates a new void message.
|
static VoidMessage |
createWith(String name)
Creates a new void message with name.
|
static VoidMessage |
createWith(String name,
Payload payload)
Creates a new void message with name and payload
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessageId, getPayloadpublic static VoidMessage createNew()
public static VoidMessage createWith(String name)
name - the namepublic static VoidMessage createWith(String name, Payload payload)
name - the namepayload - the payloadCopyright © 2019 state-machine. All rights reserved.