Uses of Interface
me.ehp246.aufjms.api.jms.JmsMsg
Packages that use JmsMsg
Package
Description
-
Uses of JmsMsg in me.ehp246.aufjms.api.dispatch
Methods in me.ehp246.aufjms.api.dispatch that return JmsMsgModifier and TypeMethodDescriptionDefaultDispatchFn.send(JmsDispatch dispatch) JmsDispatchFn.send(JmsDispatch dispatch) Methods in me.ehp246.aufjms.api.dispatch with parameters of type JmsMsgModifier and TypeMethodDescriptionvoidDispatchListener.OnException.onException(JmsDispatch dispatch, JmsMsg msg, Exception e) Invoked when an Exception has happened and before it is thrown to the caller interrupting JmsDispatchFn.send(JmsDispatch).voidDispatchListener.PostSend.postSend(JmsDispatch dispatch, JmsMsg msg) Invoked after the TextMessage has been sent and before JmsDispatchFn.send(JmsDispatch) returns successfully.voidDispatchListener.PreSend.preSend(JmsDispatch dispatch, JmsMsg msg) Invoked after a TextMessage has been successfully constructed for the JmsDispatch and just before the message is sent. -
Uses of JmsMsg in me.ehp246.aufjms.api.exception
Methods in me.ehp246.aufjms.api.exception that return JmsMsgConstructors in me.ehp246.aufjms.api.exception with parameters of type JmsMsg -
Uses of JmsMsg in me.ehp246.aufjms.api.inbound
Methods in me.ehp246.aufjms.api.inbound that return JmsMsgMethods in me.ehp246.aufjms.api.inbound with parameters of type JmsMsg -
Uses of JmsMsg in me.ehp246.aufjms.api.spi
Methods in me.ehp246.aufjms.api.spi with parameters of type JmsMsg -
Uses of JmsMsg in me.ehp246.aufjms.core.dispatch
Methods in me.ehp246.aufjms.core.dispatch that return types with arguments of type JmsMsgModifier and TypeMethodDescriptionAdd a new future to the map for the id.Removes the mapping.Methods in me.ehp246.aufjms.core.dispatch with parameters of type JmsMsgModifier and TypeMethodDescriptionvoidDispatchLogger.onException(JmsDispatch dispatch, JmsMsg msg, Exception e) voidDispatchLogger.postSend(JmsDispatch dispatch, JmsMsg msg) voidDispatchLogger.preSend(JmsDispatch dispatch, JmsMsg msg) -
Uses of JmsMsg in me.ehp246.aufjms.core.inbound
Methods in me.ehp246.aufjms.core.inbound with parameters of type JmsMsg -
Uses of JmsMsg in me.ehp246.aufjms.core.util
Classes in me.ehp246.aufjms.core.util that implement JmsMsgMethods in me.ehp246.aufjms.core.util that return JmsMsg