Package io.smallrye.context.impl
Class DefaultValues
- java.lang.Object
-
- io.smallrye.context.impl.DefaultValues
-
public class DefaultValues extends Object
Holds default values forManagedExecutorandThreadContext. It firstly looks into MP Config for any user-specified defaults and if not defined, then it uses SmallRye defaults which propagate everything.- Author:
- Matej Novotny
-
-
Constructor Summary
Constructors Constructor Description DefaultValues()
-
Method Summary
Modifier and Type Method Description intgetExecutorAsync()String[]getExecutorCleared()String[]getExecutorPropagated()intgetExecutorQueue()String[]getThreadCleared()String[]getThreadPropagated()String[]getThreadUnchanged()
-
-
-
Method Detail
-
getExecutorPropagated
public String[] getExecutorPropagated()
-
getExecutorCleared
public String[] getExecutorCleared()
-
getExecutorAsync
public int getExecutorAsync()
-
getExecutorQueue
public int getExecutorQueue()
-
getThreadPropagated
public String[] getThreadPropagated()
-
getThreadCleared
public String[] getThreadCleared()
-
getThreadUnchanged
public String[] getThreadUnchanged()
-
-