Package | Description |
---|---|
org.springframework.cloud.stream.binder | |
org.springframework.cloud.stream.binder.kafka | |
org.springframework.cloud.stream.binder.rabbit |
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>
Base class for
Binder implementations. |
class |
AbstractMessageChannelBinder<C extends ConsumerProperties,P extends ProducerProperties,PP extends ProvisioningProvider<C,P>>
AbstractBinder that serves as base class for MessageChannel binders. |
Modifier and Type | Method and Description |
---|---|
<T> Binder<T,?,?> |
DefaultBinderFactory.getBinder(String name,
Class<? extends T> bindingTargetType) |
<T> Binder<T,? extends ConsumerProperties,? extends ProducerProperties> |
BinderFactory.getBinder(String configurationName,
Class<? extends T> bindableType)
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 © 2017 Pivotal Software, Inc.. All rights reserved.