Class KafkaPollableChannelSpec
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,C>
org.springframework.integration.dsl.MessageChannelSpec<S,C>
org.springframework.integration.kafka.dsl.AbstractKafkaChannelSpec<KafkaPollableChannelSpec,PollableKafkaChannel>
org.springframework.integration.kafka.dsl.KafkaPollableChannelSpec
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanClassLoaderAware
,org.springframework.beans.factory.BeanFactoryAware
,org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.FactoryBean<PollableKafkaChannel>
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.Lifecycle
,org.springframework.context.Phased
,org.springframework.context.SmartLifecycle
,org.springframework.integration.dsl.ComponentsRegistration
public class KafkaPollableChannelSpec extends AbstractKafkaChannelSpec<KafkaPollableChannelSpec,PollableKafkaChannel>
Spec for a pollable channel.
- Since:
- 5.4
-
Field Summary
Fields inherited from class org.springframework.integration.kafka.dsl.AbstractKafkaChannelSpec
groupId
-
Constructor Summary
Constructors Modifier Constructor Description protected
KafkaPollableChannelSpec(org.springframework.kafka.core.KafkaTemplate<?,?> template, KafkaMessageSource<?,?> source)
-
Method Summary
Methods inherited from class org.springframework.integration.kafka.dsl.AbstractKafkaChannelSpec
groupId, id
Methods inherited from class org.springframework.integration.dsl.MessageChannelSpec
datatype, doGet, getComponentsToRegister, interceptor, messageConverter, wireTap, wireTap, wireTap
Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, createInstance, destroyInstance, get, getId, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stop
-
Constructor Details
-
KafkaPollableChannelSpec
protected KafkaPollableChannelSpec(org.springframework.kafka.core.KafkaTemplate<?,?> template, KafkaMessageSource<?,?> source)
-