Package net.binis.codegen.async.executor
Class Executors
java.lang.Object
net.binis.codegen.async.executor.Executors
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final RejectedExecutionHandlerprotected static final Method -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutordefaultExecutor(String flow) static ExecutorfixedThreadPool(String flow, int nThreads) static ExecutorfixedThreadPool(String flow, int nThreads, int queueSize) static Executorstatic ExecutorsilentExecutor(String flow) static ExecutorsingleThreadedExecutor(String flow) static ExecutorsingleThreadedExecutor(String flow, int queueSize) static Executorstatic Executorstatic ExecutorwrappedExecutor(String flow, Executor task)
-
Field Details
-
defaultHandler
-
newVirtualThreadPerTaskExecutor
-
-
Constructor Details
-
Executors
public Executors()
-
-
Method Details
-
wrappedExecutor
-
defaultExecutor
-
fixedThreadPool
-
fixedThreadPool
-
newVirtualThreadPerTaskExecutor
-
singleThreadedExecutor
-
singleThreadedExecutor
-
silentExecutor
-
syncExecutor
-
syncSilentExecutor
-