public class ThorntailExecutorFactory
extends io.smallrye.faulttolerance.DefaultExecutorFactory
| Constructor and Description |
|---|
ThorntailExecutorFactory() |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
createCoreExecutor(int size) |
ExecutorService |
createExecutor(int coreSize,
int size) |
ScheduledExecutorService |
createTimeoutExecutor(int size) |
int |
priority() |
protected ThreadFactory |
threadFactory() |
public ExecutorService createCoreExecutor(int size)
createCoreExecutor in interface io.smallrye.faulttolerance.ExecutorFactorycreateCoreExecutor in class io.smallrye.faulttolerance.DefaultExecutorFactorypublic ExecutorService createExecutor(int coreSize, int size)
createExecutor in interface io.smallrye.faulttolerance.ExecutorFactorycreateExecutor in class io.smallrye.faulttolerance.DefaultExecutorFactorypublic ScheduledExecutorService createTimeoutExecutor(int size)
createTimeoutExecutor in interface io.smallrye.faulttolerance.ExecutorFactorycreateTimeoutExecutor in class io.smallrye.faulttolerance.DefaultExecutorFactoryprotected ThreadFactory threadFactory()
threadFactory in class io.smallrye.faulttolerance.DefaultExecutorFactorypublic int priority()
priority in interface io.smallrye.faulttolerance.ExecutorFactorypriority in class io.smallrye.faulttolerance.DefaultExecutorFactoryCopyright © 2020 JBoss by Red Hat. All rights reserved.