Class SmallRyeContextPropagationRecorder


  • public class SmallRyeContextPropagationRecorder
    extends Object
    The runtime value service used to create values related to the MP-JWT services
    • Constructor Detail

      • SmallRyeContextPropagationRecorder

        public SmallRyeContextPropagationRecorder()
    • Method Detail

      • configureStaticInit

        public void configureStaticInit​(List<org.eclipse.microprofile.context.spi.ThreadContextProvider> discoveredProviders,
                                        List<org.eclipse.microprofile.context.spi.ContextManagerExtension> discoveredExtensions)
      • initializeConfiguredThreadContext

        public Supplier<Object> initializeConfiguredThreadContext​(String[] cleared,
                                                                  String[] propagated,
                                                                  String[] unchanged)
      • initializeConfiguredManagedExecutor

        public Supplier<Object> initializeConfiguredManagedExecutor​(String[] cleared,
                                                                    String[] propagated,
                                                                    int maxAsync,
                                                                    int maxQueued)