Interface KeycloakSessionTaskWithResult<V>

  • Type Parameters:
    V - the type of the computed result.
    All Known Implementing Classes:
    ResponseSessionTask
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface KeycloakSessionTaskWithResult<V>
    Interface for tasks that compute a result and need access to the KeycloakSession.
    Author:
    Stefan Guilhen