Package io.grpc
Class Context.ExecutableListener
java.lang.Object
io.grpc.Context.ExecutableListener
- All Implemented Interfaces:
Runnable
- Enclosing class:
Context
Stores listener and executor pair.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExecutableListener
(Executor executor, Context.CancellationListener listener, Context context) -
Method Summary
-
Field Details
-
executor
-
listener
-
context
-
-
Constructor Details
-
ExecutableListener
ExecutableListener(Executor executor, Context.CancellationListener listener, Context context)
-
-
Method Details