| Package | Description |
|---|---|
| eneter.messaging.nodes.broker |
Publish-subscribe scenarios.
|
| Modifier and Type | Field and Description |
|---|---|
EBrokerRequest |
BrokerMessage.Request
Type of the request.
|
| Modifier and Type | Method and Description |
|---|---|
static EBrokerRequest |
EBrokerRequest.fromInt(int i)
Converts integer value to the enum.
|
static EBrokerRequest |
EBrokerRequest.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EBrokerRequest[] |
EBrokerRequest.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BrokerMessage(EBrokerRequest request,
java.lang.String[] messageTypes)
Constructs the message requesting the broker to subscribe or unsubscribe events.
|