Package | Description |
---|---|
org.apache.camel.component.rabbitmq | |
org.apache.camel.component.rabbitmq.reply |
Modifier and Type | Method and Description |
---|---|
protected RabbitMQEndpoint |
RabbitMQComponent.createEndpoint(String uri,
String remaining,
Map<String,Object> params) |
RabbitMQEndpoint |
RabbitMQConsumer.getEndpoint() |
RabbitMQEndpoint |
RabbitMQProducer.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
com.rabbitmq.client.ConnectionFactory |
RabbitMQConnectionFactorySupport.createFactoryFor(RabbitMQEndpoint endpoint) |
Constructor and Description |
---|
RabbitMQConsumer(RabbitMQEndpoint endpoint,
org.apache.camel.Processor processor) |
RabbitMQMessagePublisher(org.apache.camel.Exchange camelExchange,
com.rabbitmq.client.Channel channel,
String routingKey,
RabbitMQEndpoint endpoint) |
RabbitMQProducer(RabbitMQEndpoint endpoint) |
Modifier and Type | Field and Description |
---|---|
protected RabbitMQEndpoint |
ReplyManagerSupport.endpoint |
Modifier and Type | Method and Description |
---|---|
void |
ReplyManager.setEndpoint(RabbitMQEndpoint endpoint)
Sets the belonging
RabbitMQEndpoint |
void |
ReplyManagerSupport.setEndpoint(RabbitMQEndpoint endpoint) |
Apache Camel