public final class Messages extends Object
| Modifier and Type | Field and Description |
|---|---|
static Message |
ANY
A void message used as marker representing any kind of message
|
static String |
ANY_MESSAGE_ID
The identifier of the ANY void message
|
static String |
ANY_MESSAGE_PAYLOAD
The payload string of the ANY void message
|
static Message |
EMPTY
A void message used as marker representing an empty message
|
static String |
EMPTY_MESSAGE_ID
The identifier of the EMPTY void message
|
static String |
EMPTY_MESSAGE_PAYLOAD
The payload string of the EMPTY void message
|
static Message |
NULL
A void message used as marker representing an empty message
|
public static final String ANY_MESSAGE_ID
public static final String ANY_MESSAGE_PAYLOAD
public static final String EMPTY_MESSAGE_ID
public static final String EMPTY_MESSAGE_PAYLOAD
public static final Message NULL
public static final Message EMPTY
public static final Message ANY
Copyright © 2019 state-machine. All rights reserved.