You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ohad Shai edited this page May 19, 2020
·
1 revision
jasync uses a Connection Pool to manage connections. Under the hood it is using an implementation of an async object pool.
Since version 1.1.0 the object pool is exposed as a separate artifact and it is possible to use it by itself.
To do so add the below dependency to your maven project: