Interface JdbiInterceptionChain<T>

Type Parameters:
T - Type of the transformation result.

@Alpha public interface JdbiInterceptionChain<T>
An instance of an interception chain.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Called from an JdbiInterceptor to execute the next interceptor on the chain.
  • Method Details Link icon

    • next Link icon

      T next()
      Called from an JdbiInterceptor to execute the next interceptor on the chain.
      Returns:
      The final transformation result.