| Package | Description |
|---|---|
| org.springframework.cloud.stream.binder.kafka |
This package contains an implementation of the
Binder for Kafka. |
| Modifier and Type | Method and Description |
|---|---|
KafkaProducerProperties |
KafkaMessageChannelBinder.getExtendedProducerProperties(String channelName) |
KafkaProducerProperties |
KafkaExtendedBindingProperties.getExtendedProducerProperties(String channelName) |
KafkaProducerProperties |
KafkaBindingProperties.getProducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
KafkaBindingProperties.setProducer(KafkaProducerProperties producer) |
| Modifier and Type | Method and Description |
|---|---|
Binding<org.springframework.messaging.MessageChannel> |
KafkaMessageChannelBinder.doBindProducer(String name,
org.springframework.messaging.MessageChannel moduleOutputChannel,
ExtendedProducerProperties<KafkaProducerProperties> properties) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.