blob: 3854d3adcf11aecb7260e0e1f72fad651410f615 [file] [log] [blame]
{
"component": {
"kind": "component",
"name": "hyperledger-aries",
"title": "Hyperledger Aries",
"description": "Camel support for Hyperledger Aries",
"deprecated": false,
"firstVersion": "3.19.0",
"label": "blockchain,identity",
"javaType": "org.apache.camel.component.aries.HyperledgerAriesComponent",
"supportLevel": "Preview",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-hyperledger-aries-starter",
"version": "3.19.0-SNAPSHOT",
"scheme": "hyperledger-aries",
"extendsScheme": "",
"syntax": "hyperledger-aries:walletName",
"async": false,
"api": false,
"consumerOnly": false,
"producerOnly": true,
"lenientProperties": false
},
"componentProperties": {
"lazyStartProducer": { "kind": "property", "displayName": "Lazy Start Producer", "group": "producer", "label": "producer", "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." },
"removeWalletsOnShutdown": { "kind": "property", "displayName": "Remove Wallets On Shutdown", "group": "producer", "label": "", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": false, "description": "Remove wallets from the Agent on shutdown" },
"autowiredEnabled": { "kind": "property", "displayName": "Autowired Enabled", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." }
},
"properties": {
"walletName": { "kind": "path", "displayName": "Wallet Name", "group": "producer", "label": "", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.aries.HyperledgerAriesConfiguration", "configurationField": "configuration", "description": "The wallet to connect to" },
"autoSchema": { "kind": "parameter", "displayName": "Auto Schema", "group": "producer", "label": "", "required": false, "type": "boolean", "javaType": "boolean", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "defaultValue": false, "configurationClass": "org.apache.camel.component.aries.HyperledgerAriesConfiguration", "configurationField": "configuration", "description": "Allow on-demand schema creation" },
"schemaName": { "kind": "parameter", "displayName": "Schema Name", "group": "producer", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.aries.HyperledgerAriesConfiguration", "configurationField": "configuration", "description": "A schema name" },
"schemaVersion": { "kind": "parameter", "displayName": "Schema Version", "group": "producer", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.aries.HyperledgerAriesConfiguration", "configurationField": "configuration", "description": "A schema version" },
"service": { "kind": "parameter", "displayName": "Service", "group": "producer", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "configurationClass": "org.apache.camel.component.aries.HyperledgerAriesConfiguration", "configurationField": "configuration", "description": "An API path (e.g. \/issue-credential\/records)" },
"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." }
}
}