public static interface SoroushComponentBuilderFactory.SoroushComponentBuilder extends ComponentBuilder<org.apache.camel.component.soroushbot.component.SoroushBotComponent>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default 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 |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault SoroushComponentBuilderFactory.SoroushComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault SoroushComponentBuilderFactory.SoroushComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault SoroushComponentBuilderFactory.SoroushComponentBuilder autowiredEnabled(boolean autowiredEnabled)
boolean type.
Default: true
Group: advanceddefault SoroushComponentBuilderFactory.SoroushComponentBuilder authorizationToken(String authorizationToken)
java.lang.String type.
Group: globalApache Camel