| 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 | Interface and Description |
|---|---|
interface |
ExtendedPropertiesBinder<T,C,P>
Extension of
Binder that takes ExtendedConsumerProperties and ExtendedProducerProperties
as arguments. |
| Modifier and Type | Class and Description |
|---|---|
class |
KafkaExtendedBindingProperties |
class |
KafkaMessageChannelBinder
A
Binder that uses Kafka as the underlying middleware. |
| Modifier and Type | Class and Description |
|---|---|
class |
RabbitExtendedBindingProperties |
class |
RabbitMessageChannelBinder
A
Binder implementation backed by RabbitMQ. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.