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