Uses of Interface
me.ehp246.aufjms.api.jms.JmsMsg
| Package | Description |
|---|---|
| me.ehp246.aufjms.api.dispatch | |
| me.ehp246.aufjms.api.endpoint | |
| me.ehp246.aufjms.core.dispatch | |
| me.ehp246.aufjms.core.endpoint | |
| me.ehp246.aufjms.core.util |
-
Uses of JmsMsg in me.ehp246.aufjms.api.dispatch
Methods in me.ehp246.aufjms.api.dispatch that return JmsMsg Modifier and Type Method Description JmsMsgDispatchFn. dispatch(JmsDispatch dispatch)Methods in me.ehp246.aufjms.api.dispatch with parameters of type JmsMsg Modifier and Type Method Description voidDispatchListener. onDispatch(JmsMsg msg, JmsDispatch dispatch) -
Uses of JmsMsg in me.ehp246.aufjms.api.endpoint
Methods in me.ehp246.aufjms.api.endpoint that return JmsMsg Modifier and Type Method Description JmsMsgExecutedInstance. getMsg()JmsMsgInvocationContext. getMsg()Methods in me.ehp246.aufjms.api.endpoint with parameters of type JmsMsg Modifier and Type Method Description voidInvokableDispatcher. dispatch(JmsMsg msg)ExecutableExecutableResolver. resolve(JmsMsg msg)ResolvedInstanceTypeInvokableResolver. resolve(JmsMsg msg) -
Uses of JmsMsg in me.ehp246.aufjms.core.dispatch
Methods in me.ehp246.aufjms.core.dispatch with parameters of type JmsMsg Modifier and Type Method Description voidDispatchLogger. onDispatch(JmsMsg msg, JmsDispatch dispatch) -
Uses of JmsMsg in me.ehp246.aufjms.core.endpoint
Methods in me.ehp246.aufjms.core.endpoint with parameters of type JmsMsg Modifier and Type Method Description voidDefaultInvokableDispatcher. dispatch(JmsMsg msg)ExecutableAutowireCapableInstanceResolver. resolve(JmsMsg msg)ResolvedInstanceTypeDefaultInvokableResolver. resolve(JmsMsg msg) -
Uses of JmsMsg in me.ehp246.aufjms.core.util
Classes in me.ehp246.aufjms.core.util that implement JmsMsg Modifier and Type Class Description classTextJmsMsgUtility to un-pack a JMS message.Methods in me.ehp246.aufjms.core.util that return JmsMsg Modifier and Type Method Description static JmsMsgTextJmsMsg. from(javax.jms.TextMessage message)