Package me.ehp246.aufjms.api.dispatch
Interface DispatchListener
- All Known Implementing Classes:
DispatchLogger
public interface DispatchListener
Called after a TextMessage has been sent on a
JMSContext for a JmsDispatch.
- Since:
- 1.0
- Author:
- Lei Yang
-
Method Summary
Modifier and Type Method Description voidonDispatch(JmsMsg msg, JmsDispatch dispatch)
-
Method Details
-
onDispatch
-