Class TimerEndpointBuilderFactory.TimerHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.TimerEndpointBuilderFactory.TimerHeaderNameBuilder
-
- Enclosing interface:
- TimerEndpointBuilderFactory
public static class TimerEndpointBuilderFactory.TimerHeaderNameBuilder extends Object
The builder of headers' name for the Timer component.
-
-
Constructor Summary
Constructors Constructor Description TimerHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringfiredTime()The fired time.StringmessageTimestamp()The timestamp of the message.
-
-
-
Method Detail
-
firedTime
public String firedTime()
The fired time. The option is a:Datetype. Group: consumer- Returns:
- the name of the header
firedTime.
-
messageTimestamp
public String messageTimestamp()
The timestamp of the message. The option is a:longtype. Group: consumer- Returns:
- the name of the header
MessageTimestamp.
-
-