Package akka.dispatch

Class MessageDispatcherConfigurator

    • Constructor Detail

      • MessageDispatcherConfigurator

        public MessageDispatcherConfigurator​(com.typesafe.config.Config _config,
                                             DispatcherPrerequisites prerequisites)
    • Method Detail

      • config

        public com.typesafe.config.Config config()
      • dispatcher

        public abstract MessageDispatcher dispatcher()
        Returns an instance of MessageDispatcher given the configuration. Depending on the needs the implementation may return a new instance for each invocation or return the same instance every time.