Class ContinuationService.ContinuationRunnable
java.lang.Object
com.oracle.coherence.concurrent.executor.ContinuationService.ContinuationRunnable
- All Implemented Interfaces:
Runnable
- Enclosing class:
ContinuationService<T>
The
Runnable
that will execute a ComposableContinuation
for an
Object
using a specified ExecutorService
index.- Since:
- 21.12
- Author:
- Brian Oliver
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final int
The service index.protected final T
The object. -
Constructor Summary
ConstructorsConstructorDescriptionContinuationRunnable
(T object, int serviceIndex) Constructs aContinuationService<T>.ContinuationRunnable
. -
Method Summary
-
Field Details
-
f_object
The object. -
f_nServiceIndex
protected final int f_nServiceIndexThe service index.
-
-
Constructor Details
-
ContinuationRunnable
Constructs aContinuationService<T>.ContinuationRunnable
.- Parameters:
object
- theObject
serviceIndex
- the service index
-
-
Method Details
-
run
-