Interface TokenStateManager.DeleteTokensRequestContext

  • Enclosing interface:
    TokenStateManager

    public static interface TokenStateManager.DeleteTokensRequestContext
    A context object that can be used to delete the token state by running a blocking task.

    Blocking providers should use this context to prevent excessive and unnecessary delegation to thread pools.

    • Method Detail

      • runBlocking

        io.smallrye.mutiny.Uni<Void> runBlocking​(Supplier<Void> function)