Class NatsEndpointBuilderFactory.NatsHeaderNameBuilder

  • Enclosing interface:
    NatsEndpointBuilderFactory

    public static class NatsEndpointBuilderFactory.NatsHeaderNameBuilder
    extends Object
    The builder of headers' name for the Nats component.
    • Constructor Detail

      • NatsHeaderNameBuilder

        public NatsHeaderNameBuilder()
    • Method Detail

      • natsMessageTimestamp

        public String natsMessageTimestamp()
        The timestamp of a consumed message. The option is a: long type. Group: common
        Returns:
        the name of the header NatsMessageTimestamp.
      • natsSID

        public String natsSID()
        The SID of a consumed message. The option is a: String type. Group: common
        Returns:
        the name of the header NatsSID.
      • natsReplyTo

        public String natsReplyTo()
        The ReplyTo of a consumed message (may be null). The option is a: String type. Group: common
        Returns:
        the name of the header NatsReplyTo.
      • natsSubject

        public String natsSubject()
        The Subject of a consumed message. The option is a: String type. Group: common
        Returns:
        the name of the header NatsSubject.
      • natsQueueName

        public String natsQueueName()
        The Queue name of a consumed message (may be null). The option is a: String type. Group: common
        Returns:
        the name of the header NatsQueueName.