blob: f0a8bd9cd321c141cee07380b46a32e79693a413 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.guavaeventbus.CamelGuavaeventbusSinkConnector",
"artifactId": "camel-guava-eventbus-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-guava-eventbus-sink",
"type": "sink",
"version": "0.7.0",
"description": "Send and receive messages to\/from Guava EventBus."
},
"properties": {
"camel.sink.path.eventBusRef": {
"name": "camel.sink.path.eventBusRef",
"description": "To lookup the Guava EventBus from the registry with the given name",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.eventClass": {
"name": "camel.sink.endpoint.eventClass",
"description": "If used on the consumer side of the route, will filter events received from the EventBus to the instances of the class and superclasses of eventClass. Null value of this option is equal to setting it to the java.lang.Object i.e. the consumer will capture all messages incoming to the event bus. This option cannot be used together with listenerInterface option.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.listenerInterface": {
"name": "camel.sink.endpoint.listenerInterface",
"description": "The interface with method(s) marked with the Subscribe annotation. Dynamic proxy will be created over the interface so it could be registered as the EventBus listener. Particularly useful when creating multi-event listeners and for handling DeadEvent properly. This option cannot be used together with eventClass option.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.synchronous": {
"name": "camel.sink.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.guava-eventbus.eventBus": {
"name": "camel.component.guava-eventbus.eventBus",
"description": "To use the given Guava EventBus instance",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.guava-eventbus.lazyStartProducer": {
"name": "camel.component.guava-eventbus.lazyStartProducer",
"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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.guava-eventbus.autowiredEnabled": {
"name": "camel.component.guava-eventbus.autowiredEnabled",
"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.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
}
}
}