Uses of Interface
org.apache.camel.builder.endpoint.dsl.IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder
Packages that use IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder
-
Uses of IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the IBM Cloud Object Storage component.Methods in org.apache.camel.builder.endpoint.dsl that return IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilderModifier and TypeMethodDescriptionIBMCOSEndpointBuilderFactory.IBMCOSEndpointConsumerBuilder.advanced()IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder.autocloseBody(boolean autocloseBody) Whether to automatically close the object input stream after processing.IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder.autocloseBody(String autocloseBody) Whether to automatically close the object input stream after processing.IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder.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.IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder.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.IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder.cosClient(com.ibm.cloud.objectstorage.services.s3.AmazonS3 cosClient) Reference to an IBM COS Client instance in the registry.Reference to an IBM COS Client instance in the registry.IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder.inProgressRepository(String inProgressRepository) A pluggable in-progress repository to track objects being consumed.IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder.inProgressRepository(org.apache.camel.spi.IdempotentRepository inProgressRepository) A pluggable in-progress repository to track objects being consumed.IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder.pollStrategy(String pollStrategy) A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel.IBMCOSEndpointBuilderFactory.AdvancedIBMCOSEndpointConsumerBuilder.pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy) A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel.