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> |
class |
AbstractMessageChannelBinder<C extends ConsumerProperties,P extends ProducerProperties,D>
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> |
Constructor and Description |
---|
PartitionHandler(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory,
org.springframework.expression.EvaluationContext evaluationContext,
PartitionSelectorStrategy partitionSelector,
ProducerProperties properties)
Construct a
PartitionHandler . |
Modifier and Type | Method and Description |
---|---|
ProducerProperties |
BindingProperties.getProducer() |
ProducerProperties |
ChannelBindingServiceProperties.getProducerProperties(String outputChannelName) |
Modifier and Type | Method and Description |
---|---|
void |
BindingProperties.setProducer(ProducerProperties producer) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.