Uses of Interface
me.ehp246.aufjms.api.jms.JmsDispatch
Packages that use JmsDispatch
Package
Description
-
Uses of JmsDispatch in me.ehp246.aufjms.api.dispatch
Methods in me.ehp246.aufjms.api.dispatch with parameters of type JmsDispatchModifier and TypeMethodDescriptionvoidDispatchListener.OnDispatch.onDispatch(JmsDispatch dispatch) Invoked immediately after JmsDispatchFn.send(JmsDispatch) is called and before any JMS API invocations to construct and send the message.voidDispatchListener.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.DefaultDispatchFn.send(JmsDispatch dispatch) JmsDispatchFn.send(JmsDispatch dispatch) -
Uses of JmsDispatch in me.ehp246.aufjms.api.jms
Methods in me.ehp246.aufjms.api.jms that return JmsDispatchModifier and TypeMethodDescriptionstatic JmsDispatchJmsDispatch.toDispatch(At to, String type) Single body value.static JmsDispatchJmsDispatch.toDispatch(At to, String type, Object body) Single body value.static JmsDispatchJmsDispatch.toDispatch(At to, String type, Object body, String id) Single body value.static JmsDispatchSingle body value. -
Uses of JmsDispatch in me.ehp246.aufjms.api.spi
Methods in me.ehp246.aufjms.api.spi with parameters of type JmsDispatchModifier and TypeMethodDescriptionstatic voidLog4jContext.clear(JmsDispatch dispatch) static AutoCloseableLog4jContext.set(JmsDispatch dispatch) -
Uses of JmsDispatch in me.ehp246.aufjms.core.dispatch
Methods in me.ehp246.aufjms.core.dispatch that return JmsDispatchModifier and TypeMethodDescriptionMethods in me.ehp246.aufjms.core.dispatch with parameters of type JmsDispatchModifier and TypeMethodDescriptionvoidDispatchLogger.onDispatch(JmsDispatch dispatch) voidDispatchLogger.onException(JmsDispatch dispatch, JmsMsg msg, Exception e) voidDispatchLogger.postSend(JmsDispatch dispatch, JmsMsg msg) voidDispatchLogger.preSend(JmsDispatch dispatch, JmsMsg msg)