Class KafkaPollableChannelSpec

All Implemented Interfaces:
DisposableBean, FactoryBean<PollableKafkaChannel>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration

public class KafkaPollableChannelSpec extends AbstractKafkaChannelSpec<KafkaPollableChannelSpec,PollableKafkaChannel>
Spec for a pollable channel.
Since:
5.4
Author:
Gary Russell
  • Constructor Details

    • KafkaPollableChannelSpec

      protected KafkaPollableChannelSpec(org.springframework.kafka.core.KafkaTemplate<?,?> template, KafkaMessageSource<?,?> source)