Uses of Interface
org.apache.camel.builder.endpoint.dsl.MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder
Packages that use MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder
-
Uses of MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the MongoDB component.Methods in org.apache.camel.builder.endpoint.dsl that return MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilderModifier and TypeMethodDescriptionMongoDbEndpointBuilderFactory.MongoDbEndpointConsumerBuilder.advanced()MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder.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.MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder.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.MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder.cursorRegenerationDelay(long cursorRegenerationDelay) MongoDB tailable cursors will block until new data arrives.MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder.cursorRegenerationDelay(String cursorRegenerationDelay) MongoDB tailable cursors will block until new data arrives.MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder.dynamicity(boolean dynamicity) Sets whether this endpoint will attempt to dynamically resolve the target database and collection from the incoming Exchange properties.MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder.dynamicity(String dynamicity) Sets whether this endpoint will attempt to dynamically resolve the target database and collection from the incoming Exchange properties.MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder.readPreference(String readPreference) Configure how MongoDB clients route read operations to the members of a replica set.MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder.writeConcern(String writeConcern) Configure the connection bean with the level of acknowledgment requested from MongoDB for write operations to a standalone mongod, replicaset or cluster.MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder.writeResultAsHeader(boolean writeResultAsHeader) In write operations, it determines whether instead of returning WriteResult as the body of the OUT message, we transfer the IN message to the OUT and attach the WriteResult as a header.MongoDbEndpointBuilderFactory.AdvancedMongoDbEndpointConsumerBuilder.writeResultAsHeader(String writeResultAsHeader) In write operations, it determines whether instead of returning WriteResult as the body of the OUT message, we transfer the IN message to the OUT and attach the WriteResult as a header.