| 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 |
AbstractBinder<T,C extends ConsumerProperties,P extends ProducerProperties> |
class |
AbstractMessageChannelBinder<C extends ConsumerProperties,P extends ProducerProperties,CD,PD>
AbstractBinder that serves as base class for MessageChannel
binders. |
| Modifier and Type | Method and Description |
|---|---|
Binder<T,?,?> |
DefaultBinderFactory.getBinder(String name) |
Binder<T,?,?> |
BinderFactory.getBinder(String configurationName)
Returns the binder instance associated with the given configuration name.
|
| 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.