Uses of Interface
org.apache.camel.builder.component.dsl.NatsComponentBuilderFactory.NatsComponentBuilder
Packages that use NatsComponentBuilderFactory.NatsComponentBuilder
-
Uses of NatsComponentBuilderFactory.NatsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return NatsComponentBuilderFactory.NatsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.nats()Nats (camel-nats) Send and receive messages from NATS messaging system. -
Uses of NatsComponentBuilderFactory.NatsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement NatsComponentBuilderFactory.NatsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return NatsComponentBuilderFactory.NatsComponentBuilderModifier and TypeMethodDescriptionNatsComponentBuilderFactory.NatsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.NatsComponentBuilderFactory.NatsComponentBuilder.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.NatsComponentBuilderFactory.NatsComponentBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message.NatsComponentBuilderFactory.NatsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).NatsComponentBuilderFactory.nats()Nats (camel-nats) Send and receive messages from NATS messaging system.URLs to one or more NAT servers.NatsComponentBuilderFactory.NatsComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters) Enable usage of global SSL context parameters.NatsComponentBuilderFactory.NatsComponentBuilder.verbose(boolean verbose) Whether or not running in verbose mode.