Enum Class ExecutorServiceFactory

java.lang.Object
java.lang.Enum<ExecutorServiceFactory>
org.wildfly.clustering.context.ExecutorServiceFactory
All Implemented Interfaces:
Serializable, Comparable<ExecutorServiceFactory>, Constable, Function<ThreadFactory,ExecutorService>

public enum ExecutorServiceFactory extends Enum<ExecutorServiceFactory> implements Function<ThreadFactory,ExecutorService>
Set of factory implementations for creating an ExecutorService from a ThreadFactory.
Author:
Paul Ferraro