Package org.robotninjas.barge.state

Examples of org.robotninjas.barge.state.StateModule


    this.executor = builder.executor.or(newCachedThreadPool());
  }

  @Override
  protected void configure() {
    install(new StateModule(timeout));

    PoolFiberFactory fiberFactory = new PoolFiberFactory(executor);

    Fiber raftFiber = fiberFactory.create(new BatchExecutor());
    raftFiber.start();
View Full Code Here

TOP

Related Classes of org.robotninjas.barge.state.StateModule

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.