| Package | Description |
|---|---|
| org.springframework.cloud.stream.binder.rabbit |
This package contains an implementation of the
Binder for RabbitMQ. |
| Modifier and Type | Method and Description |
|---|---|
RabbitConsumerProperties |
RabbitBindingProperties.getConsumer() |
RabbitConsumerProperties |
RabbitMessageChannelBinder.getExtendedConsumerProperties(String channelName) |
RabbitConsumerProperties |
RabbitExtendedBindingProperties.getExtendedConsumerProperties(String channelName) |
| Modifier and Type | Method and Description |
|---|---|
void |
RabbitBindingProperties.setConsumer(RabbitConsumerProperties consumer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RabbitMessageChannelBinder.afterUnbindConsumer(String name,
String group,
ExtendedConsumerProperties<RabbitConsumerProperties> consumerProperties) |
protected org.springframework.amqp.core.Queue |
RabbitMessageChannelBinder.createConsumerDestinationIfNecessary(String name,
String group,
ExtendedConsumerProperties<RabbitConsumerProperties> properties) |
protected org.springframework.integration.core.MessageProducer |
RabbitMessageChannelBinder.createConsumerEndpoint(String name,
String group,
org.springframework.amqp.core.Queue destination,
ExtendedConsumerProperties<RabbitConsumerProperties> properties) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.