public class PublishSubscribeKafkaChannel extends SubscribableKafkaChannel implements org.springframework.integration.channel.BroadcastCapableChannel
logger, topicinterceptors, meters| Constructor and Description |
|---|
PublishSubscribeKafkaChannel(org.springframework.kafka.core.KafkaOperations<?,?> template,
org.springframework.kafka.config.KafkaListenerContainerFactory<?> factory,
java.lang.String channelTopic)
Construct an instance with the provided parameters.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.integration.dispatcher.MessageDispatcher |
createDispatcher() |
getPhase, isAutoStartup, isRunning, onInit, setAutoStartup, setPhase, start, stop, stop, subscribe, unsubscribedoSend, getGroupId, setGroupIdaddInterceptor, addInterceptor, destroy, getComponentType, getFullChannelName, getIChannelInterceptorList, getIntegrationPatternType, getInterceptors, getMetricsCaptor, getOverrides, isLoggingEnabled, registerMetricsCaptor, removeInterceptor, removeInterceptor, send, send, setDatatypes, setInterceptors, setLoggingEnabled, setMessageConverter, setShouldTrackafterPropertiesSet, extractTypeIfPossible, generateId, getApplicationContext, getApplicationContextId, getBeanDescription, getBeanFactory, getBeanName, getChannelResolver, getComponentName, getConversionService, getExpression, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, isInitialized, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setConversionService, setMessageBuilderFactory, setPrimaryExpression, setTaskScheduler, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisBroadcastsubscribe, unsubscribepublic PublishSubscribeKafkaChannel(org.springframework.kafka.core.KafkaOperations<?,?> template,
org.springframework.kafka.config.KafkaListenerContainerFactory<?> factory,
java.lang.String channelTopic)
template - template for sending.factory - factory for creating a container for receiving.channelTopic - the topic.protected org.springframework.integration.dispatcher.MessageDispatcher createDispatcher()
createDispatcher in class SubscribableKafkaChannel