@FunctionalInterface public interface Closeable
Modifier and Type | Method and Description |
---|---|
Publisher<Void> |
close()
Close this object and release any resources associated with it.
|
Publisher<Void> close()
subscriptions
complete successfully and the
close operation has no effect.Publisher
that termination is completeCopyright © 2021. All rights reserved.