public interface Closeable extends Disposable
Disposable.Composite, Disposable.Swap| Modifier and Type | Method and Description |
|---|---|
Mono<Void> |
onClose()
Returns a
Publisher that completes when this RSocket is closed. |
dispose, isDisposedMono<Void> onClose()
Publisher that completes when this RSocket is closed. A RSocket can be closed by explicitly calling Disposable.dispose() or when the underlying
transport connection is closed.Publisher that completes when this RSocket close is complete.