net.ninjacat.drama
Interface ThreadingStrategy

All Known Implementing Classes:
CachedThreadPoolStrategy, FixedThreadPoolStrategy

public interface ThreadingStrategy

Threading strategy for an ActorSystem


Method Summary
 ExecutorService getExecutorService()
           
 

Method Detail

getExecutorService

ExecutorService getExecutorService()
Returns:
ExecutorService to be used by ActorSystem when dispatching messages to Actors


Copyright © 2014. All rights reserved.