| Package | Description |
|---|---|
| eneter.messaging.messagingsystems.composites.messagebus |
Extension for communication via the message bus.
|
| Modifier and Type | Field and Description |
|---|---|
EMessageBusRequest |
MessageBusMessage.Request
Request for the message bus.
|
| Modifier and Type | Method and Description |
|---|---|
static EMessageBusRequest |
EMessageBusRequest.fromInt(int i)
Converts integer value to the enum.
|
static EMessageBusRequest |
EMessageBusRequest.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EMessageBusRequest[] |
EMessageBusRequest.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MessageBusMessage(EMessageBusRequest request,
java.lang.String id,
java.lang.Object messageData)
Constructs the message.
|