Interface AmqpComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface AmqpComponentBuilderFactory
Messaging with AMQP protocol using Apache QPid Client. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AmqpComponentBuilderFactory.AmqpComponentBuilder
Builder for the AMQP component.static class
AmqpComponentBuilderFactory.AmqpComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static AmqpComponentBuilderFactory.AmqpComponentBuilder
amqp()
AMQP (camel-amqp) Messaging with AMQP protocol using Apache QPid Client.
-
-
-
Method Detail
-
amqp
static AmqpComponentBuilderFactory.AmqpComponentBuilder amqp()
AMQP (camel-amqp) Messaging with AMQP protocol using Apache QPid Client. Category: messaging Since: 1.2 Maven coordinates: org.apache.camel:camel-amqp- Returns:
- the dsl builder
-
-