Uses of Interface
org.apache.camel.builder.component.dsl.SoroushComponentBuilderFactory.SoroushComponentBuilder
-
Packages that use SoroushComponentBuilderFactory.SoroushComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of SoroushComponentBuilderFactory.SoroushComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return SoroushComponentBuilderFactory.SoroushComponentBuilder Modifier and Type Method Description static SoroushComponentBuilderFactory.SoroushComponentBuilder
ComponentsBuilderFactory. soroush()
Soroush (camel-soroush) Send and receive messages as a Soroush chat bot. -
Uses of SoroushComponentBuilderFactory.SoroushComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement SoroushComponentBuilderFactory.SoroushComponentBuilder Modifier and Type Class Description static class
SoroushComponentBuilderFactory.SoroushComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return SoroushComponentBuilderFactory.SoroushComponentBuilder Modifier and Type Method Description default SoroushComponentBuilderFactory.SoroushComponentBuilder
SoroushComponentBuilderFactory.SoroushComponentBuilder. authorizationToken(String authorizationToken)
The default Soroush authorization token to be used when the information is not provided in the endpoints.default SoroushComponentBuilderFactory.SoroushComponentBuilder
SoroushComponentBuilderFactory.SoroushComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.default SoroushComponentBuilderFactory.SoroushComponentBuilder
SoroushComponentBuilderFactory.SoroushComponentBuilder. 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.default SoroushComponentBuilderFactory.SoroushComponentBuilder
SoroushComponentBuilderFactory.SoroushComponentBuilder. lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).static SoroushComponentBuilderFactory.SoroushComponentBuilder
SoroushComponentBuilderFactory. soroush()
Soroush (camel-soroush) Send and receive messages as a Soroush chat bot.
-