public static interface NatsComponentBuilderFactory.NatsComponentBuilder extends ComponentBuilder<org.apache.camel.component.nats.NatsComponent>
| Modifier and Type | Method and Description |
|---|---|
default NatsComponentBuilderFactory.NatsComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default NatsComponentBuilderFactory.NatsComponentBuilder |
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 NatsComponentBuilderFactory.NatsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default NatsComponentBuilderFactory.NatsComponentBuilder |
servers(String servers)
URLs to one or more NAT servers.
|
default NatsComponentBuilderFactory.NatsComponentBuilder |
useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
Enable usage of global SSL context parameters.
|
default NatsComponentBuilderFactory.NatsComponentBuilder |
verbose(boolean verbose)
Whether or not running in verbose mode.
|
build, build, doSetProperty, registerdefault NatsComponentBuilderFactory.NatsComponentBuilder servers(String servers)
servers - the value to setdefault NatsComponentBuilderFactory.NatsComponentBuilder verbose(boolean verbose)
verbose - the value to setdefault NatsComponentBuilderFactory.NatsComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault NatsComponentBuilderFactory.NatsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault NatsComponentBuilderFactory.NatsComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault NatsComponentBuilderFactory.NatsComponentBuilder useGlobalSslContextParameters(boolean useGlobalSslContextParameters)
useGlobalSslContextParameters - the value to setApache Camel