| Package | Description |
|---|---|
| org.springframework.cloud.stream.binder | |
| org.springframework.cloud.stream.config |
| 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,CD,PD>
AbstractBinder that serves as base class for MessageChannel
binders. |
interface |
Binder<T,C extends ConsumerProperties,P extends ProducerProperties>
A strategy interface used to bind an app interface to a logical name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedProducerProperties<T> |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
| Constructor and Description |
|---|
PartitionHandler(org.springframework.expression.EvaluationContext evaluationContext,
ProducerProperties properties,
PartitionKeyExtractorStrategy partitionKeyExtractorStrategy,
PartitionSelectorStrategy partitionSelectorStrategy)
Construct a
PartitionHandler. |
| Modifier and Type | Method and Description |
|---|---|
ProducerProperties |
BindingProperties.getProducer() |
ProducerProperties |
ChannelBindingServiceProperties.getProducerProperties(String outputChannelName)
Deprecated.
|
ProducerProperties |
BindingServiceProperties.getProducerProperties(String outputBindingName) |
| Modifier and Type | Method and Description |
|---|---|
void |
BindingProperties.setProducer(ProducerProperties producer) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.