Interface JdbiInterceptionChain<T>

Type Parameters:
T - Type of the transformation result.

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

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

    • next

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