Class DefaultValues


  • public class DefaultValues
    extends Object
    Holds default values for 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.
    Author:
    Matej Novotny
    • Constructor Detail

      • DefaultValues

        public DefaultValues()
    • 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()