public abstract class AbstractRSocketService extends io.rsocket.AbstractRSocket implements RSocketRpcService
Disposable.Composite, Disposable.Swap| Constructor and Description |
|---|
AbstractRSocketService() |
| Modifier and Type | Method and Description |
|---|---|
double |
availability() |
String |
getService() |
abstract Class<?> |
getServiceClass() |
Flux<io.rsocket.Payload> |
requestChannel(io.rsocket.Payload payload,
Flux<io.rsocket.Payload> publisher) |
dispose, fireAndForget, isDisposed, metadataPush, onClose, requestChannel, requestResponse, requestStreamclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrequestChannelfireAndForget, metadataPush, requestChannel, requestResponse, requestStreamdispose, isDisposedpublic String getService()
getService in interface RSocketRpcServicepublic Flux<io.rsocket.Payload> requestChannel(io.rsocket.Payload payload, Flux<io.rsocket.Payload> publisher)
requestChannel in interface RSocketRpcServicepublic double availability()
availability in interface io.rsocket.Availabilityavailability in interface io.rsocket.RSocketpublic abstract Class<?> getServiceClass()