Class KafkaLocalMessageDispatcherFactory

  • All Implemented Interfaces:
    MessageDispatcherFactory, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

    public class KafkaLocalMessageDispatcherFactory
    extends AbstractMessageDispatcherFactory<Void>
    implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
    Dispatches the messages directly the consumers.
    Author:
    ranger