Uses of Interface
me.ehp246.aufjms.api.dispatch.JmsDispatch
| Package | Description |
|---|---|
| me.ehp246.aufjms.api.dispatch | |
| me.ehp246.aufjms.api.jms | |
| me.ehp246.aufjms.core.dispatch | |
| me.ehp246.aufjms.core.util |
-
Uses of JmsDispatch in me.ehp246.aufjms.api.dispatch
Methods in me.ehp246.aufjms.api.dispatch that return JmsDispatch Modifier and Type Method Description JmsDispatchInvocationDispatchBuilder. get(ByJmsProxyConfig config, Invocation invocation)Methods in me.ehp246.aufjms.api.dispatch with parameters of type JmsDispatch Modifier and Type Method Description JmsMsgDispatchFn. dispatch(JmsDispatch dispatch) -
Uses of JmsDispatch in me.ehp246.aufjms.api.jms
Subinterfaces of JmsDispatch in me.ehp246.aufjms.api.jms Modifier and Type Interface Description interfaceJmsMsgCustom version of JMS Message which does not throw. -
Uses of JmsDispatch in me.ehp246.aufjms.core.dispatch
Methods in me.ehp246.aufjms.core.dispatch that return JmsDispatch Modifier and Type Method Description JmsDispatchDefaultInvocationDispatchBuilder. get(ByJmsProxyConfig config, Invocation invocation) -
Uses of JmsDispatch in me.ehp246.aufjms.core.util
Classes in me.ehp246.aufjms.core.util that implement JmsDispatch Modifier and Type Class Description classTextJmsMsgUtility to un-pack a JMS message.