Class SmallRyeContextPropagationRecorder

java.lang.Object
io.quarkus.smallrye.context.runtime.SmallRyeContextPropagationRecorder

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

    • SmallRyeContextPropagationRecorder

      public SmallRyeContextPropagationRecorder()
  • Method Details

    • configureStaticInit

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

      public void configureRuntime(ExecutorService executorService, ShutdownContext shutdownContext)
    • initializeManagedExecutor

      public Supplier<Object> initializeManagedExecutor(ExecutorService executorService)
    • initializeConfiguredThreadContext

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

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