Uses of Interface
org.apache.camel.builder.component.dsl.TimerComponentBuilderFactory.TimerComponentBuilder
-
Packages that use TimerComponentBuilderFactory.TimerComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of TimerComponentBuilderFactory.TimerComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return TimerComponentBuilderFactory.TimerComponentBuilder Modifier and Type Method Description static TimerComponentBuilderFactory.TimerComponentBuilder
ComponentsBuilderFactory. 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.TimerComponentBuilder Modifier and Type Class Description static class
TimerComponentBuilderFactory.TimerComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return TimerComponentBuilderFactory.TimerComponentBuilder Modifier and Type Method Description default TimerComponentBuilderFactory.TimerComponentBuilder
TimerComponentBuilderFactory.TimerComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.default TimerComponentBuilderFactory.TimerComponentBuilder
TimerComponentBuilderFactory.TimerComponentBuilder. bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.static TimerComponentBuilderFactory.TimerComponentBuilder
TimerComponentBuilderFactory. timer()
Timer (camel-timer) Generate messages in specified intervals using java.util.Timer.
-