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
While Connection already implements Closeable as a mandatory part of R2DBC, other stateful objects such as ConnectionFactory could benefit from providing a way to release their resources through implementing the Closeable interface.
This is an optional feature, so it is not mandatory to implement it according to the R2DBC specification.
However, it would be useful for those who need to manually close their resources without blocking the caller.
While Connection already implements Closeable as a mandatory part of R2DBC, other stateful objects such as ConnectionFactory could benefit from providing a way to release their resources through implementing the Closeable interface.
This is an optional feature, so it is not mandatory to implement it according to the R2DBC specification.
However, it would be useful for those who need to manually close their resources without blocking the caller.
refer: https://r2dbc.io/spec/1.0.0.RELEASE/spec/html/#closeable
The text was updated successfully, but these errors were encountered: