public class DefaultValues extends Object
ManagedExecutor
and ThreadContext
. It firstly looks into MP Config
for any user-specified defaults and if not defined, then it uses SmallRye defaults which propagate everything.Constructor and Description |
---|
DefaultValues() |
Modifier and Type | Method and Description |
---|---|
int |
getExecutorAsync() |
String[] |
getExecutorCleared() |
String[] |
getExecutorPropagated() |
int |
getExecutorQueue() |
String[] |
getThreadCleared() |
String[] |
getThreadPropagated() |
String[] |
getThreadUnchanged() |
public String[] getExecutorPropagated()
public String[] getExecutorCleared()
public int getExecutorAsync()
public int getExecutorQueue()
public String[] getThreadPropagated()
public String[] getThreadCleared()
public String[] getThreadUnchanged()
Copyright © 2019 JBoss by Red Hat. All rights reserved.