Class SpringIntegrationEndpointBuilderFactory.SpringIntegrationHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.SpringIntegrationEndpointBuilderFactory.SpringIntegrationHeaderNameBuilder
-
- Enclosing interface:
- SpringIntegrationEndpointBuilderFactory
public static class SpringIntegrationEndpointBuilderFactory.SpringIntegrationHeaderNameBuilder extends Object
The builder of headers' name for the Spring Integration component.
-
-
Constructor Summary
Constructors Constructor Description SpringIntegrationHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()The message id.StringreplyChannel()The reply channel.Stringtimestamp()The timestamp of the message.
-
-
-
Method Detail
-
id
public String id()
The message id. The option is a:java.util.UUIDtype. Group: common- Returns:
- the name of the header
id.
-
replyChannel
public String replyChannel()
The reply channel. The option is a:org.springframework.integration.channel.DirectChanneltype. Group: common- Returns:
- the name of the header
replyChannel.
-
timestamp
public String timestamp()
The timestamp of the message. The option is a:Longtype. Group: common- Returns:
- the name of the header
timestamp.
-
-