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)
bridgeErrorHandler - the value to setdefault SoroushComponentBuilderFactory.SoroushComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault SoroushComponentBuilderFactory.SoroushComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault SoroushComponentBuilderFactory.SoroushComponentBuilder authorizationToken(String authorizationToken)
authorizationToken - the value to setApache Camel