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