Package io.quarkus.oidc
Interface TenantConfigResolver.TenantConfigRequestContext
-
- Enclosing interface:
- TenantConfigResolver
public static interface TenantConfigResolver.TenantConfigRequestContextA context object that can be used to run blocking tasks.Blocking
TenantConfigResolverproviders should use this context object to run blocking tasks, to prevent excessive and unnecessary delegation to thread pools.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.smallrye.mutiny.Uni<OidcTenantConfig>runBlocking(Supplier<OidcTenantConfig> function)
-
-
-
Method Detail
-
runBlocking
io.smallrye.mutiny.Uni<OidcTenantConfig> runBlocking(Supplier<OidcTenantConfig> function)
-
-