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 Summary
Constructors Constructor Description SmallRyeContextPropagationRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureRuntime(ExecutorService executorService, ShutdownContext shutdownContext)voidconfigureStaticInit(List<org.eclipse.microprofile.context.spi.ThreadContextProvider> discoveredProviders, List<org.eclipse.microprofile.context.spi.ContextManagerExtension> discoveredExtensions)Supplier<Object>initializeManagedExecutor(ExecutorService executorService)
-
-
-
Method Detail
-
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)
-
-