Class SpringIntegrationEndpointBuilderFactory.SpringIntegrationHeaderNameBuilder

  • Enclosing interface:
    SpringIntegrationEndpointBuilderFactory

    public static class SpringIntegrationEndpointBuilderFactory.SpringIntegrationHeaderNameBuilder
    extends Object
    The builder of headers' name for the Spring Integration component.
    • Constructor Detail

      • SpringIntegrationHeaderNameBuilder

        public SpringIntegrationHeaderNameBuilder()
    • Method Detail

      • id

        public String id()
        The message id. The option is a: java.util.UUID type. Group: common
        Returns:
        the name of the header id.
      • replyChannel

        public String replyChannel()
        The reply channel. The option is a: org.springframework.integration.channel.DirectChannel type. Group: common
        Returns:
        the name of the header replyChannel.
      • timestamp

        public String timestamp()
        The timestamp of the message. The option is a: Long type. Group: common
        Returns:
        the name of the header timestamp.