public abstract class AbstractServerCallListener extends Object implements ServerCall.Listener
| Modifier and Type | Field and Description |
|---|---|
CancellationContext |
cancellationContext |
| Constructor and Description |
|---|
AbstractServerCallListener(RpcInvocation invocation,
Invoker<?> invoker,
ServerCallToObserverAdapter<Object> responseObserver) |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke() |
abstract void |
onReturn(Object value) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonCancel, onComplete, onMessagepublic final CancellationContext cancellationContext
public AbstractServerCallListener(RpcInvocation invocation, Invoker<?> invoker, ServerCallToObserverAdapter<Object> responseObserver)
public void invoke()
public abstract void onReturn(Object value)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.