Class KafkaPollableChannelSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<KafkaPollableChannelSpec, PollableKafkaChannel>
org.springframework.integration.dsl.MessageChannelSpec<KafkaPollableChannelSpec, PollableKafkaChannel>
org.springframework.integration.kafka.dsl.AbstractKafkaChannelSpec<KafkaPollableChannelSpec, PollableKafkaChannel>
org.springframework.integration.kafka.dsl.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
- 
Field SummaryFields inherited from class org.springframework.integration.kafka.dsl.AbstractKafkaChannelSpecgroupIdFields inherited from class org.springframework.integration.dsl.MessageChannelSpecchannelFields inherited from class org.springframework.integration.dsl.IntegrationComponentSpeclogger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycleDEFAULT_PHASE
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedKafkaPollableChannelSpec(org.springframework.kafka.core.KafkaTemplate<?, ?> template, KafkaMessageSource<?, ?> source) 
- 
Method SummaryMethods inherited from class org.springframework.integration.kafka.dsl.AbstractKafkaChannelSpecgroupId, idMethods inherited from class org.springframework.integration.dsl.MessageChannelSpecdatatype, doGet, getComponentsToRegister, interceptor, messageConverter, wireTap, wireTap, wireTapMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec_this, afterPropertiesSet, destroy, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
KafkaPollableChannelSpecprotected KafkaPollableChannelSpec(org.springframework.kafka.core.KafkaTemplate<?, ?> template, KafkaMessageSource<?, ?> source) 
 
-