Uses of Interface
me.ehp246.aufjms.api.dispatch.DispatchListener
Packages that use DispatchListener
-
Uses of DispatchListener in me.ehp246.aufjms.api.dispatch
Subinterfaces of DispatchListener in me.ehp246.aufjms.api.dispatchModifier and TypeInterfaceDescriptionstatic interfaceInvoked immediately after JmsDispatchFn.send(JmsDispatch) is called and before any JMS API invocations to construct and send the message.static interfaceInvoked when an Exception has happened and before it is thrown to the caller interrupting JmsDispatchFn.send(JmsDispatch).static interfaceInvoked after the TextMessage has been sent and before JmsDispatchFn.send(JmsDispatch) returns successfully.static interfaceInvoked after TextMessage is created for the JmsDispatch and just before the message is sent. -
Uses of DispatchListener in me.ehp246.aufjms.core.dispatch
Classes in me.ehp246.aufjms.core.dispatch that implement DispatchListenerConstructor parameters in me.ehp246.aufjms.core.dispatch with type arguments of type DispatchListenerModifierConstructorDescriptionDefaultDispatchFnProvider(ConnectionFactoryProvider cfProvider, ToJson jsonFn, List<DispatchListener> dispatchListeners)