Uses of Interface
org.apache.camel.builder.component.dsl.OnceComponentBuilderFactory.OnceComponentBuilder
Packages that use OnceComponentBuilderFactory.OnceComponentBuilder
-
Uses of OnceComponentBuilderFactory.OnceComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return OnceComponentBuilderFactory.OnceComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.once()Once (camel-once) Trigger a single message only once at startup (useful for development and testing purposes). -
Uses of OnceComponentBuilderFactory.OnceComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement OnceComponentBuilderFactory.OnceComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return OnceComponentBuilderFactory.OnceComponentBuilderModifier and TypeMethodDescriptionOnceComponentBuilderFactory.OnceComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.OnceComponentBuilderFactory.OnceComponentBuilder.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.OnceComponentBuilderFactory.OnceComponentBuilder.delay(long delay) The number of milliseconds to wait before triggering.OnceComponentBuilderFactory.OnceComponentBuilder.languages(boolean languages) Whether Camel languages are supported such as simple,groovy.OnceComponentBuilderFactory.once()Once (camel-once) Trigger a single message only once at startup (useful for development and testing purposes).