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.CompressionType |
KafkaProducerProperties.getCompressionType() |
static KafkaProducerProperties.CompressionType |
KafkaProducerProperties.CompressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KafkaProducerProperties.CompressionType[] |
KafkaProducerProperties.CompressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
KafkaProducerProperties.setCompressionType(KafkaProducerProperties.CompressionType compressionType) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.