Class ExecutorsFactory

java.lang.Object
org.atmosphere.util.ExecutorsFactory

public class ExecutorsFactory extends Object
Stateless Factory to create ExecutorService used in all Atmosphere Component. By default they are shared amongst all component. To change the behavior, add ApplicationConfig.BROADCASTER_SHARABLE_THREAD_POOLS
Author:
Jeanfrancois Arcand