Class AbstractKafkaChannelSpec<S extends AbstractKafkaChannelSpec<S,C>,C extends AbstractKafkaChannel>  
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,C>
 
org.springframework.integration.dsl.MessageChannelSpec<S,C>
 
org.springframework.integration.kafka.dsl.AbstractKafkaChannelSpec<S,C> 
- Type Parameters:
- S- the spec type.
- C- the channel type.
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<C>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle,- ComponentsRegistration
- Direct Known Subclasses:
- KafkaPollableChannelSpec,- KafkaSubscribableChannelSpec
public abstract class AbstractKafkaChannelSpec<S extends AbstractKafkaChannelSpec<S,C>,C extends AbstractKafkaChannel>  
extends MessageChannelSpec<S,C> 
Spec for a message channel backed by an Apache Kafka topic.
- Since:
- 5.4
- Author:
- Gary Russell
- 
Field SummaryFieldsFields 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 SummaryConstructors
- 
Method SummaryMethods 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
- 
Field Details- 
groupId
 
- 
- 
Constructor Details- 
AbstractKafkaChannelSpecpublic AbstractKafkaChannelSpec()
 
- 
- 
Method Details- 
idDescription copied from class:IntegrationComponentSpecConfigure the component identifier. Used as thebeanNameto register the bean in the application context for this component.- Overrides:
- idin class- IntegrationComponentSpec<S extends AbstractKafkaChannelSpec<S,- C>, - C extends AbstractKafkaChannel> 
- Parameters:
- idToSet- the id.
- Returns:
- the spec.
 
- 
groupIdSet the group id to use on the consumer side.- Parameters:
- group- the group id.
- Returns:
- the spec.
 
 
-