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. |
reactor.core.publisher.Mono<Void> onDispose()
Disposable to be invoked when the this has been disposed.Copyright © 2015–2018. All rights reserved.