|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteneter.messaging.endpoints.typedmessages.TypedResponseReceivedEventArgs<TResponseMessage>
TResponseMessage
- message typepublic final class TypedResponseReceivedEventArgs<TResponseMessage>
Event argument used when a typed response message is received.
Constructor Summary | |
---|---|
TypedResponseReceivedEventArgs(java.lang.Exception error)
Constructs the event from the exception detected during receiving the response message. |
|
TypedResponseReceivedEventArgs(TResponseMessage responseMessage)
Constructs the event. |
Method Summary | |
---|---|
java.lang.Exception |
getReceivingError()
Returns an exception detected during receiving the response message. |
TResponseMessage |
getResponseMessage()
Returns the message. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypedResponseReceivedEventArgs(TResponseMessage responseMessage)
responseMessage
- response messagepublic TypedResponseReceivedEventArgs(java.lang.Exception error)
error
- Method Detail |
---|
public TResponseMessage getResponseMessage()
public java.lang.Exception getReceivingError()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |