blob: c9963a744a60b57065a7128fdaaddd36adc37254 [file] [log] [blame]
{"component":{"kind":"component","name":"mongodb-gridfs","title":"MongoDB GridFS","description":"Interact with MongoDB GridFS.","deprecated":false,"firstVersion":"2.18.0","label":"database,nosql","javaType":"org.apache.camel.component.mongodb.gridfs.GridFsComponent","supportLevel":"Stable","groupId":"org.apache.camel","artifactId":"camel-mongodb-gridfs","version":"3.18.1","scheme":"mongodb-gridfs","extendsScheme":"","syntax":"mongodb-gridfs:connectionBean","async":false,"api":false,"consumerOnly":false,"producerOnly":false,"lenientProperties":false},"headers":{"CamelFileContentType":{"kind":"header","displayName":"","group":"consumer","label":"consumer","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The content type of the file.","constantName":"org.apache.camel.component.mongodb.gridfs.GridFsConstants#FILE_CONTENT_TYPE"},"CamelFileLength":{"kind":"header","displayName":"","group":"consumer","label":"consumer","required":false,"javaType":"long","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The size of the file.","constantName":"org.apache.camel.component.mongodb.gridfs.GridFsConstants#FILE_LENGTH"},"CamelFileLastModified":{"kind":"header","displayName":"","group":"consumer","label":"consumer","required":false,"javaType":"Date","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The size of the file.","constantName":"org.apache.camel.component.mongodb.gridfs.GridFsConstants#FILE_LAST_MODIFIED"},"CamelFileName":{"kind":"header","displayName":"","group":"producer","label":"producer","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The name of the file.","constantName":"org.apache.camel.component.mongodb.gridfs.GridFsConstants#FILE_NAME"},"Content-Type":{"kind":"header","displayName":"","group":"producer","label":"producer","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The content type of the file.","constantName":"org.apache.camel.component.mongodb.gridfs.GridFsConstants#CONTENT_TYPE"},"CamelFileNameProduced":{"kind":"header","displayName":"","group":"producer","label":"producer","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The file name produced.","constantName":"org.apache.camel.component.mongodb.gridfs.GridFsConstants#FILE_NAME_PRODUCED"},"gridfs.metadata":{"kind":"header","displayName":"","group":"common","label":"","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"Any additional metadata stored along with the file in JSON format.","constantName":"org.apache.camel.component.mongodb.gridfs.GridFsConstants#GRIDFS_METADATA"},"gridfs.operation":{"kind":"header","displayName":"","group":"producer","label":"producer","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The operation to perform.","constantName":"org.apache.camel.component.mongodb.gridfs.GridFsConstants#GRIDFS_OPERATION"},"gridfs.chunksize":{"kind":"header","displayName":"","group":"producer","label":"producer","required":false,"javaType":"Integer","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The number of bytes per chunk for the uploaded file.","constantName":"org.apache.camel.component.mongodb.gridfs.GridFsConstants#GRIDFS_CHUNKSIZE"},"gridfs.fileid":{"kind":"header","displayName":"","group":"producer","label":"producer","required":false,"javaType":"org.bson.types.ObjectId","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The ObjectId of the file produced","constantName":"org.apache.camel.component.mongodb.gridfs.GridFsConstants#GRIDFS_FILE_ID_PRODUCED"},"gridfs.objectid":{"kind":"header","displayName":"","group":"producer","label":"producer","required":false,"javaType":"org.bson.types.ObjectId","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The ObjectId of the file.","constantName":"org.apache.camel.component.mongodb.gridfs.GridFsConstants#GRIDFS_OBJECT_ID"}},"properties":{"connectionBean":{"kind":"path","displayName":"Connection Bean","group":"common","label":"","required":true,"type":"string","javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"Name of com.mongodb.client.MongoClient to use."},"bucket":{"kind":"parameter","displayName":"Bucket","group":"common","label":"","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"defaultValue":"fs","description":"Sets the name of the GridFS bucket within the database. Default is fs."},"database":{"kind":"parameter","displayName":"Database","group":"common","label":"","required":true,"type":"string","javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"Sets the name of the MongoDB database to target"},"readPreference":{"kind":"parameter","displayName":"Read Preference","group":"common","label":"","required":false,"type":"object","javaType":"com.mongodb.ReadPreference","deprecated":false,"autowired":false,"secret":false,"description":"Sets a MongoDB ReadPreference on the Mongo connection. Read preferences set directly on the connection will be overridden by this setting. The com.mongodb.ReadPreference#valueOf(String) utility method is used to resolve the passed readPreference value. Some examples for the possible values are nearest, primary or secondary etc."},"writeConcern":{"kind":"parameter","displayName":"Write Concern","group":"common","label":"","required":false,"type":"object","javaType":"com.mongodb.WriteConcern","enum":["ACKNOWLEDGED","W1","W2","W3","UNACKNOWLEDGED","JOURNALED","MAJORITY"],"deprecated":false,"autowired":false,"secret":false,"description":"Set the WriteConcern for write operations on MongoDB using the standard ones. Resolved from the fields of the WriteConcern class by calling the WriteConcern#valueOf(String) method."},"delay":{"kind":"parameter","displayName":"Delay","group":"consumer","label":"consumer","required":false,"type":"duration","javaType":"long","deprecated":false,"autowired":false,"secret":false,"defaultValue":"500","description":"Sets the delay between polls within the Consumer. Default is 500ms"},"fileAttributeName":{"kind":"parameter","displayName":"File Attribute Name","group":"consumer","label":"consumer","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"defaultValue":"camel-processed","description":"If the QueryType uses a FileAttribute, this sets the name of the attribute that is used. Default is camel-processed."},"initialDelay":{"kind":"parameter","displayName":"Initial Delay","group":"consumer","label":"consumer","required":false,"type":"duration","javaType":"long","deprecated":false,"autowired":false,"secret":false,"defaultValue":"1000","description":"Sets the initialDelay before the consumer will start polling. Default is 1000ms"},"persistentTSCollection":{"kind":"parameter","displayName":"Persistent TSCollection","group":"consumer","label":"consumer","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"defaultValue":"camel-timestamps","description":"If the QueryType uses a persistent timestamp, this sets the name of the collection within the DB to store the timestamp."},"persistentTSObject":{"kind":"parameter","displayName":"Persistent TSObject","group":"consumer","label":"consumer","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"defaultValue":"camel-timestamp","description":"If the QueryType uses a persistent timestamp, this is the ID of the object in the collection to store the timestamp."},"query":{"kind":"parameter","displayName":"Query","group":"consumer","label":"consumer","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"description":"Additional query parameters (in JSON) that are used to configure the query used for finding files in the GridFsConsumer"},"queryStrategy":{"kind":"parameter","displayName":"Query Strategy","group":"consumer","label":"consumer","required":false,"type":"object","javaType":"org.apache.camel.component.mongodb.gridfs.QueryStrategy","enum":["TimeStamp","PersistentTimestamp","FileAttribute","TimeStampAndFileAttribute","PersistentTimestampAndFileAttribute"],"deprecated":false,"autowired":false,"secret":false,"defaultValue":"TimeStamp","description":"Sets the QueryStrategy that is used for polling for new files. Default is Timestamp"},"bridgeErrorHandler":{"kind":"parameter","displayName":"Bridge Error Handler","group":"consumer (advanced)","label":"consumer,advanced","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"description":"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. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored."},"exceptionHandler":{"kind":"parameter","displayName":"Exception Handler","group":"consumer (advanced)","label":"consumer,advanced","required":false,"type":"object","javaType":"org.apache.camel.spi.ExceptionHandler","optionalPrefix":"consumer.","deprecated":false,"autowired":false,"secret":false,"description":"To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored."},"exchangePattern":{"kind":"parameter","displayName":"Exchange Pattern","group":"consumer (advanced)","label":"consumer,advanced","required":false,"type":"object","javaType":"org.apache.camel.ExchangePattern","enum":["InOnly","InOut","InOptionalOut"],"deprecated":false,"autowired":false,"secret":false,"description":"Sets the exchange pattern when the consumer creates an exchange."},"operation":{"kind":"parameter","displayName":"Operation","group":"producer","label":"producer","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"description":"Sets the operation this endpoint will execute against GridFs."},"lazyStartProducer":{"kind":"parameter","displayName":"Lazy Start Producer","group":"producer (advanced)","label":"producer,advanced","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"description":"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing."}}}