Class MessageOptions

java.lang.Object
com.tick42.glue.core.bus.MessageOptions

public final class MessageOptions extends Object
Used specify publish and subscribe options.

This class is immutable - to create a new instance use the builder() method. If you need to modify existing instance use toBuilder()

Since:
1.6.0
See Also:
  • Field Details

    • EMPTY

      public static final MessageOptions EMPTY
      A convenient constant representing empty message options. It is equivalent to no options. Useful when you need to provide a non-null value.
  • Method Details