Class CamelLocalMessageDispatcherFactory

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

    public class CamelLocalMessageDispatcherFactory
    extends AbstractMessageDispatcherFactory<Void>
    implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
    Message producer that dispatches the messages directly the consumers.
    Author:
    jwhite