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.TimerComponentBuilderComponentsBuilderFactory. 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 classTimerComponentBuilderFactory.TimerComponentBuilderImplMethods in org.apache.camel.builder.component.dsl that return TimerComponentBuilderFactory.TimerComponentBuilder Modifier and Type Method Description default TimerComponentBuilderFactory.TimerComponentBuilderTimerComponentBuilderFactory.TimerComponentBuilder. autowiredEnabled(boolean autowiredEnabled)Whether autowiring is enabled.default TimerComponentBuilderFactory.TimerComponentBuilderTimerComponentBuilderFactory.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.TimerComponentBuilderTimerComponentBuilderFactory. timer()Timer (camel-timer) Generate messages in specified intervals using java.util.Timer.
-