Uses of Package
me.ehp246.aufjms.api.dispatch
Packages that use me.ehp246.aufjms.api.dispatch
Package
Description
-
Classes in me.ehp246.aufjms.api.dispatch used by me.ehp246.aufjms.api.dispatchClassDescriptionDefines life-cycle events supported by JmsDispatchFn.send(JmsDispatch).The abstraction of a fully-realized out-bound JMS message.The abstraction of a JMS
JMSProducer. -
Classes in me.ehp246.aufjms.api.dispatch used by me.ehp246.aufjms.core.dispatchClassDescriptionDefines life-cycle events supported by JmsDispatchFn.send(JmsDispatch).Invoked immediately after JmsDispatchFn.send(JmsDispatch) is called and before any JMS API invocations to construct and send the message.Invoked when an Exception has happened and before it is thrown to the caller interrupting JmsDispatchFn.send(JmsDispatch).Invoked after the TextMessage has been sent and before JmsDispatchFn.send(JmsDispatch) returns successfully.Invoked after TextMessage is created for the JmsDispatch and just before the message is sent.The abstraction of a fully-realized out-bound JMS message.The abstraction of a JMS
JMSProducer. -
Classes in me.ehp246.aufjms.api.dispatch used by me.ehp246.aufjms.core.endpoint