Is Vert.x JDBCClient thread-safe?

47 views Asked by At

Is Vert.x JDBCClient (JDBCClientImpl) thread-safe, meaning could multiple threads use same instance of JDBCClient without any impact?

I'm creating JDBClient instance using shared datasource by doing JDBCClient.createShared(vertx, config) method.

1

There are 1 answers

0
Asad Awadia On BEST ANSWER

Yes, the client is thread safe