Class SystemExecutors (1.13.6)

public class SystemExecutors

Inheritance

java.lang.Object > SystemExecutors

Static Methods

getAlarmExecutor()

public static ScheduledExecutorService getAlarmExecutor()
Returns
Type Description
ScheduledExecutorService

getFuturesExecutor()

public static Executor getFuturesExecutor()
Returns
Type Description
Executor

newDaemonExecutor(String prefix)

public static ScheduledExecutorService newDaemonExecutor(String prefix)
Parameter
Name Description
prefix String
Returns
Type Description
ScheduledExecutorService