Class KinesisExtendedBindingProperties

java.lang.Object
io.awspring.cloud.kinesis.stream.binder.properties.KinesisExtendedBindingProperties
All Implemented Interfaces:
org.springframework.cloud.stream.binder.ExtendedBindingProperties<KinesisConsumerProperties,KinesisProducerProperties>

@ConfigurationProperties("spring.cloud.stream.kinesis") public class KinesisExtendedBindingProperties extends Object implements org.springframework.cloud.stream.binder.ExtendedBindingProperties<KinesisConsumerProperties,KinesisProducerProperties>
The extended Kinesis-specific binding configuration properties.
Since:
4.0
Author:
Peter Oates, Artem Bilan