Interface JmsDispatch


public interface JmsDispatch
The abstraction of a fully-realized out-bound JMS message.

A JmsDispatch is meant to be dispatched/sent by a JmsDispatchFn.

Since:
1.0
Author:
Lei Yang
  • Method Details

    • at

    • type

      default String type()
    • correlationId

      default String correlationId()
    • bodyValues

      default List<?> bodyValues()
    • replyTo

      default AtDestination replyTo()
    • ttl

      default Duration ttl()
      Defines if the dispatch has a TTL.

      The default, null, means no TTL to set.

    • properties

      default Map<String,Object> properties()
    • delay

      default Duration delay()