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.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) Define the header filtering strategy.NatsEndpointBuilderFactory.AdvancedNatsEndpointConsumerBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) Define the header filtering strategy.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.