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.

@FunctionalInterface public interface JmsDispatchFn
The abstraction of a JMS JMSProducer.

The interface is concerned only with sending the message.

Author:
Lei Yang
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    send(JmsDispatch dispatch)