default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.AdvancedGridFsEndpointConsumerBuilder.basic() |
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.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.
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.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.
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.bucket(String bucket) |
Sets the name of the GridFS bucket within the database.
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.database(String database) |
Sets the name of the MongoDB database to target.
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.delay(long delay) |
Sets the delay between polls within the Consumer.
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.delay(String delay) |
Sets the delay between polls within the Consumer.
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.fileAttributeName(String fileAttributeName) |
If the QueryType uses a FileAttribute, this sets the name of the
attribute that is used.
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.initialDelay(long initialDelay) |
Sets the initialDelay before the consumer will start polling.
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.initialDelay(String initialDelay) |
Sets the initialDelay before the consumer will start polling.
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.persistentTSCollection(String persistentTSCollection) |
If the QueryType uses a persistent timestamp, this sets the name of
the collection within the DB to store the timestamp.
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.persistentTSObject(String persistentTSObject) |
If the QueryType uses a persistent timestamp, this is the ID of the
object in the collection to store the timestamp.
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.query(String query) |
Additional query parameters (in JSON) that are used to configure the
query used for finding files in the GridFsConsumer.
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.queryStrategy(String queryStrategy) |
Sets the QueryStrategy that is used for polling for new files.
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.queryStrategy(GridFsEndpointBuilderFactory.QueryStrategy queryStrategy) |
Sets the QueryStrategy that is used for polling for new files.
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.readPreference(Object readPreference) |
Sets a MongoDB ReadPreference on the Mongo connection.
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.readPreference(String readPreference) |
Sets a MongoDB ReadPreference on the Mongo connection.
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.writeConcern(Object writeConcern) |
Set the WriteConcern for write operations on MongoDB using the
standard ones.
|
default GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder |
GridFsEndpointBuilderFactory.GridFsEndpointConsumerBuilder.writeConcern(String writeConcern) |
Set the WriteConcern for write operations on MongoDB using the
standard ones.
|