Interface RocketmqComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface RocketmqComponentBuilderFactory
Send and receive messages from RocketMQ cluster. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RocketmqComponentBuilderFactory.RocketmqComponentBuilder
Builder for the RocketMQ component.static class
RocketmqComponentBuilderFactory.RocketmqComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static RocketmqComponentBuilderFactory.RocketmqComponentBuilder
rocketmq()
RocketMQ (camel-rocketmq) Send and receive messages from RocketMQ cluster.
-
-
-
Method Detail
-
rocketmq
static RocketmqComponentBuilderFactory.RocketmqComponentBuilder rocketmq()
RocketMQ (camel-rocketmq) Send and receive messages from RocketMQ cluster. Category: messaging Since: 3.20 Maven coordinates: org.apache.camel:camel-rocketmq- Returns:
- the dsl builder
-
-