Interface TenantConfigResolver.TenantConfigRequestContext

  • Enclosing interface:
    TenantConfigResolver

    public static interface TenantConfigResolver.TenantConfigRequestContext
    A context object that can be used to run blocking tasks.

    Blocking TenantConfigResolver providers should use this context object to run blocking tasks, to prevent excessive and unnecessary delegation to thread pools.