Package reactor.event.dispatch

Examples of reactor.event.dispatch.ActorDispatcher


   *
   * @see Environment#getDefaultDispatcher()
   * @see #env(Environment)
   */
  public final SPEC actorSystem(Function<Object,Dispatcher> actorMapper) {
    this.dispatcher = new ActorDispatcher(actorMapper);
    return (SPEC) this;
  }
View Full Code Here

TOP

Related Classes of reactor.event.dispatch.ActorDispatcher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.