Uses of Class
eneter.messaging.nodes.broker.EBrokerRequest

Packages that use EBrokerRequest
eneter.messaging.nodes.broker Publish-subscribe scenarios. 
 

Uses of EBrokerRequest in eneter.messaging.nodes.broker
 

Fields in eneter.messaging.nodes.broker declared as EBrokerRequest
 EBrokerRequest BrokerMessage.Request
          Type of the request.
 

Methods in eneter.messaging.nodes.broker that return EBrokerRequest
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.
 

Constructors in eneter.messaging.nodes.broker with parameters of type EBrokerRequest
BrokerMessage(EBrokerRequest request, java.lang.String[] messageTypes)
          Constructs the message requesting the broker to subscribe or unsubscribe events.