Class ThreadContextProviderPlan


  • public class ThreadContextProviderPlan
    extends Object
    • Field Detail

      • propagatedProviders

        public final Set<org.eclipse.microprofile.context.spi.ThreadContextProvider> propagatedProviders
      • unchangedProviders

        public final Set<org.eclipse.microprofile.context.spi.ThreadContextProvider> unchangedProviders
      • clearedProviders

        public final Set<org.eclipse.microprofile.context.spi.ThreadContextProvider> clearedProviders
    • Constructor Detail

      • ThreadContextProviderPlan

        public ThreadContextProviderPlan​(Set<org.eclipse.microprofile.context.spi.ThreadContextProvider> propagatedSet,
                                         Set<org.eclipse.microprofile.context.spi.ThreadContextProvider> unchangedSet,
                                         Set<org.eclipse.microprofile.context.spi.ThreadContextProvider> clearedSet)