public interface OnDisposable
extends reactor.core.Disposable
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
onDispose()
Assign a
Disposable to be invoked when the this has been disposed. |
default OnDisposable |
onDispose(reactor.core.Disposable onDispose)
Assign a
Disposable to be invoked when the connection is closed. |
reactor.core.publisher.Mono<Void> onDispose()
Disposable to be invoked when the this has been disposed.default OnDisposable onDispose(reactor.core.Disposable onDispose)
Disposable to be invoked when the connection is closed.onDispose - the close event handlerCopyright © 2015–2019. All rights reserved.