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 Details

    • TimerHeaderNameBuilder

      public TimerHeaderNameBuilder()
  • Method Details

    • firedTime

      public String firedTime()
      The fired time. The option is a: Date type. Group: consumer
      Returns:
      the name of the header firedTime.
    • messageTimestamp

      public String messageTimestamp()
      The timestamp of the message. The option is a: long type. Group: consumer
      Returns:
      the name of the header MessageTimestamp.