Class KafkaChannelDefinitionProcessor

java.lang.Object
org.flowable.eventregistry.spring.kafka.KafkaChannelDefinitionProcessor
All Implemented Interfaces:
EventListener, ChannelModelProcessor, Aware, BeanFactoryAware, ApplicationContextAware, ApplicationListener<ContextRefreshedEvent>

public class KafkaChannelDefinitionProcessor extends Object implements BeanFactoryAware, ApplicationContextAware, ApplicationListener<ContextRefreshedEvent>, ChannelModelProcessor
A ChannelModelProcessor which is responsible for configuring Kafka Event registry integration. This class is not meant to be extended.
Author:
Filip Hrisafov