RSocket directly which has default
methods.@Deprecated public abstract class AbstractRSocket extends Object implements RSocket
RSocket. All request handling methods emit UnsupportedOperationException and hence must be overridden to provide a valid implementation.Disposable.Composite, Disposable.Swap| Constructor and Description |
|---|
AbstractRSocket()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Deprecated.
|
boolean |
isDisposed()
Deprecated.
|
Mono<Void> |
onClose()
Deprecated.
Returns a
Mono that terminates when the instance is terminated by any reason. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitavailability, fireAndForget, metadataPush, requestChannel, requestResponse, requestStreampublic void dispose()
dispose in interface RSocketdispose in interface Disposablepublic boolean isDisposed()
isDisposed in interface RSocketisDisposed in interface Disposablepublic Mono<Void> onClose()
CloseableMono that terminates when the instance is terminated by any reason. Note, in
case of error termination, the cause of error will be propagated as an error signal through
Subscriber.onError(Throwable). Otherwise, Subscriber.onComplete() will be called.