public interface ListenableAsyncCloseable extends AsyncCloseable
AsyncCloseable.closeAsync()
is completed.Modifier and Type | Method and Description |
---|---|
Completable |
onClose()
Returns a
Completable that is notified once the ListenableAsyncCloseable was closed. |
closeAsync, closeAsyncGracefully
Completable onClose()
Completable
that is notified once the ListenableAsyncCloseable
was closed.Completable
that is notified on close.