Package me.ehp246.aufjms.api.dispatch
Interface JmsDispatchFn
- All Known Implementing Classes:
DefaultDispatchFn
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The abstraction of a JMS
JMSProducer.
The interface is concerned only with sending the message.
- Author:
- Lei Yang
- See Also:
-
Method Summary
-
Method Details
-
send
- Returns:
- The message that has been sent successfully
- Throws:
JmsDispatchFailedException- If the send operation can't be completed successfully.
-