Uses of Interface
org.apache.camel.builder.endpoint.dsl.Web3jEndpointBuilderFactory.AdvancedWeb3jEndpointConsumerBuilder
Packages that use Web3jEndpointBuilderFactory.AdvancedWeb3jEndpointConsumerBuilder
-
Uses of Web3jEndpointBuilderFactory.AdvancedWeb3jEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of Web3jEndpointBuilderFactory.AdvancedWeb3jEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Web3j Ethereum Blockchain component.Methods in org.apache.camel.builder.endpoint.dsl that return Web3jEndpointBuilderFactory.AdvancedWeb3jEndpointConsumerBuilderModifier and TypeMethodDescriptionWeb3jEndpointBuilderFactory.Web3jEndpointConsumerBuilder.advanced()Web3jEndpointBuilderFactory.AdvancedWeb3jEndpointConsumerBuilder.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.Web3jEndpointBuilderFactory.AdvancedWeb3jEndpointConsumerBuilder.bridgeErrorHandler(String 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.Web3jEndpointBuilderFactory.AdvancedWeb3jEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.Web3jEndpointBuilderFactory.AdvancedWeb3jEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.Web3jEndpointBuilderFactory.AdvancedWeb3jEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.Web3jEndpointBuilderFactory.AdvancedWeb3jEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.