| Package | Description |
|---|---|
| org.springframework.cloud.stream.binder | |
| org.springframework.cloud.stream.binder.kafka |
This package contains an implementation of the
Binder for Kafka. |
| org.springframework.cloud.stream.binder.rabbit |
This package contains an implementation of the
Binder for RabbitMQ. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageChannelBinder<C extends ConsumerProperties,P extends ProducerProperties,CD,PD>
AbstractBinder that serves as base class for MessageChannel
binders. |
| Modifier and Type | Class and Description |
|---|---|
class |
KafkaMessageChannelBinder
A
Binder that uses Kafka as the underlying middleware. |
| Modifier and Type | Class and Description |
|---|---|
class |
RabbitMessageChannelBinder
A
Binder implementation backed by RabbitMQ. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.