Uses of Interface
org.apache.camel.builder.endpoint.dsl.NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder
Packages that use NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder
-
Uses of NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Nats component.Methods in org.apache.camel.builder.endpoint.dsl that return NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilderModifier and TypeMethodDescriptionNatsEndpointBuilderFactory.NatsEndpointConsumerBuilder.advanced()NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder.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.NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder.bridgeErrorHandler(String 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.NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder.connection(io.nats.client.Connection connection) Reference an already instantiated connection to Nats server.NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder.connection(String connection) Reference an already instantiated connection to Nats server.NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder.consumerConfiguration(io.nats.client.api.ConsumerConfiguration consumerConfiguration) Sets a custom ConsumerConfiguration object for the JetStream consumer.NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder.consumerConfiguration(String consumerConfiguration) Sets a custom ConsumerConfiguration object for the JetStream consumer.NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder.headerFilterStrategy(String headerFilterStrategy) To use a custom header filter strategy.NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom header filter strategy.NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder.jetstreamAsync(boolean jetstreamAsync) Sets whether to operate JetStream requests asynchronously.NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder.jetstreamAsync(String jetstreamAsync) Sets whether to operate JetStream requests asynchronously.NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder.traceConnection(boolean traceConnection) Whether or not connection trace messages should be printed to standard out for fine grained debugging of connection issues.NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder.traceConnection(String traceConnection) Whether or not connection trace messages should be printed to standard out for fine grained debugging of connection issues.