|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteneter.messaging.nodes.broker.BrokerMessageReceivedEventArgs
public final class BrokerMessageReceivedEventArgs
Event arguments of the message received from the broker.
Constructor Summary | |
---|---|
BrokerMessageReceivedEventArgs(java.lang.Exception receivingError)
Constructs the event from the error detected during receiving of the message. |
|
BrokerMessageReceivedEventArgs(java.lang.String messageTypeId,
java.lang.Object message)
Constructs the event from the input parameters. |
Method Summary | |
---|---|
java.lang.Object |
getMessage()
Returns the message. |
java.lang.String |
getMessageTypeId()
Returns type of the message. |
java.lang.Exception |
getReceivingError()
Returns the error detected during receiving of the message. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BrokerMessageReceivedEventArgs(java.lang.String messageTypeId, java.lang.Object message)
messageTypeId
- message
- public BrokerMessageReceivedEventArgs(java.lang.Exception receivingError)
receivingError
- Method Detail |
---|
public java.lang.String getMessageTypeId()
public java.lang.Object getMessage()
public java.lang.Exception getReceivingError()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |