ApplyInterceptor extension
Extension to wrap a QueryExecutor with a QueryInterceptor.
Methods
-
interceptWith(
QueryInterceptor interceptor) → QueryExecutor -
Available on QueryExecutor, provided by the ApplyInterceptor extension
Returns a QueryExecutor that will usethis
executor internally, but with calls intercepted by the giveninterceptor
.