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,
org.springframework.cloud.stream.binder.ExtendedConsumerProperties<RabbitConsumerProperties> consumerProperties) |
protected org.springframework.amqp.core.Queue |
RabbitMessageChannelBinder.createConsumerDestinationIfNecessary(String name,
String group,
org.springframework.cloud.stream.binder.ExtendedConsumerProperties<RabbitConsumerProperties> properties) |
protected org.springframework.integration.core.MessageProducer |
RabbitMessageChannelBinder.createConsumerEndpoint(String name,
String group,
org.springframework.amqp.core.Queue destination,
org.springframework.cloud.stream.binder.ExtendedConsumerProperties<RabbitConsumerProperties> properties) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.