Uses of Class
eneter.messaging.messagingsystems.composites.messagebus.EMessageBusRequest

Packages that use EMessageBusRequest
eneter.messaging.messagingsystems.composites.messagebus Extension for communication via the message bus. 
 

Uses of EMessageBusRequest in eneter.messaging.messagingsystems.composites.messagebus
 

Fields in eneter.messaging.messagingsystems.composites.messagebus declared as EMessageBusRequest
 EMessageBusRequest MessageBusMessage.Request
          Request for the message bus.
 

Methods in eneter.messaging.messagingsystems.composites.messagebus that return EMessageBusRequest
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.
 

Constructors in eneter.messaging.messagingsystems.composites.messagebus with parameters of type EMessageBusRequest
MessageBusMessage(EMessageBusRequest request, java.lang.String id, java.lang.Object messageData)
          Constructs the message.