Uses of Interface
org.apache.camel.builder.component.dsl.TimerComponentBuilderFactory.TimerComponentBuilder
Packages that use TimerComponentBuilderFactory.TimerComponentBuilder
-
Uses of TimerComponentBuilderFactory.TimerComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return TimerComponentBuilderFactory.TimerComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.timer()Timer (camel-timer) Generate messages in specified intervals using java.util.Timer. -
Uses of TimerComponentBuilderFactory.TimerComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement TimerComponentBuilderFactory.TimerComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return TimerComponentBuilderFactory.TimerComponentBuilderModifier and TypeMethodDescriptionTimerComponentBuilderFactory.TimerComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.TimerComponentBuilderFactory.TimerComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.TimerComponentBuilderFactory.TimerComponentBuilder.includeMetadata(boolean includeMetadata) Whether to include metadata in the exchange such as fired time, timer name, timer count etc.TimerComponentBuilderFactory.timer()Timer (camel-timer) Generate messages in specified intervals using java.util.Timer.