Package io.grpc.internal
Class DelayedClientCall.CloseListenerRunnable
- java.lang.Object
-
- io.grpc.internal.ContextRunnable
-
- io.grpc.internal.DelayedClientCall.CloseListenerRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- DelayedClientCall<ReqT,RespT>
private final class DelayedClientCall.CloseListenerRunnable extends ContextRunnable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ClientCall.Listener<RespT>
listener
(package private) Status
status
-
Constructor Summary
Constructors Constructor Description CloseListenerRunnable(ClientCall.Listener<RespT> listener, Status status)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
runInContext()
-
Methods inherited from class io.grpc.internal.ContextRunnable
run
-
-
-
-
Field Detail
-
listener
final ClientCall.Listener<RespT> listener
-
status
final Status status
-
-
Constructor Detail
-
CloseListenerRunnable
CloseListenerRunnable(ClientCall.Listener<RespT> listener, Status status)
-
-
Method Detail
-
runInContext
public void runInContext()
- Specified by:
runInContext
in classContextRunnable
-
-