| Package | Description |
|---|---|
| net.sf.eBus.client.sysmessages |
This package defines the eBus system messages.
|
| net.sf.eBus.messages |
Messages are the heart of eBus.
|
| Modifier and Type | Field and Description |
|---|---|
EMessage.MessageType |
AdMessage.adMessageType
The advertised message is for either a notification or a
request.
|
| Modifier and Type | Method and Description |
|---|---|
AdMessage.Builder |
AdMessage.Builder.adMessageType(EMessage.MessageType mt)
Sets the message type to the given value.
|
| Modifier and Type | Method and Description |
|---|---|
EMessage.MessageType |
EMessageKey.messageType()
Returns the key message type.
|
EMessage.MessageType |
EMessageHeader.messageType()
Returns the encapsulated message type.
|
EMessage.MessageType |
EMessage.messageType()
Returns the
message type. |
static EMessage.MessageType |
EMessage.MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMessage.MessageType[] |
EMessage.MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Builder(Class<? extends EMessageObject> targetClass,
EMessage.MessageType type)
Creates an eBus message builder instance.
|
Builder(Class<? extends EMessageObject> targetClass,
String subject,
EMessage.MessageType type)
Creates an eBus message builder instance for the given
message subject.
|
Builder(Class<? extends EMessageObject> targetClass,
String subject,
long timestamp,
EMessage.MessageType type)
Creates an eBus message builder instance for the given
message subject and timestamp.
|
Copyright © 2019. All rights reserved.