Package me.ehp246.aufjms.api.dispatch
Interface DispatchListener.PostSend
- All Superinterfaces:
DispatchListener
- All Known Implementing Classes:
DispatchLogger
- Enclosing interface:
- DispatchListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static non-sealed interface DispatchListener.PostSend
extends DispatchListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface me.ehp246.aufjms.api.dispatch.DispatchListener
DispatchListener.OnDispatch, DispatchListener.OnException, DispatchListener.PostSend, DispatchListener.PreSend -
Method Summary
Modifier and TypeMethodDescriptionvoidpostSend(JmsDispatch dispatch, JmsMsg msg) Invoked after the TextMessage has been sent and before JmsDispatchFn.send(JmsDispatch) returns successfully.
-
Method Details
-
postSend
Invoked after the TextMessage has been sent and before JmsDispatchFn.send(JmsDispatch) returns successfully.Exception thrown from a listener will be suppressed. All listeners will be invoked.
-