Replace Closeable
interface by explicit stop
method on interfaces/implementations that require it
#629
Labels
Milestone
The issue is that we have an asymmetry between
start
andclose
method. We also don't leverage thetry-with-resource
functionality afforded byCloseable
so making things explicit might be better by having an interface that would have bothstart
&stop
methods so that we have to handle thatstart
scenario explicitly as well.The text was updated successfully, but these errors were encountered: