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 TypeMethodDescriptiondefault voidonException(JmsDispatch dispatch, JmsMsg msg, Exception e) default voidpostSend(JmsDispatch dispatch, JmsMsg msg) default voidpreSend(JmsDispatch dispatch, JmsMsg msg)
-
Method Details
-
preSend
-
postSend
-
onException
-