Class DbClientServiceContextImpl

java.lang.Object
io.helidon.dbclient.DbClientServiceContextImpl
All Implemented Interfaces:
DbClientServiceContext

public class DbClientServiceContextImpl extends Object implements DbClientServiceContext
Interceptor context to get (and possibly manipulate) database operations.

This is a mutable object - acts as a builder during the invocation of DbClientService. The interceptors are executed sequentially, so there is no need for synchronization.