Interface DurableExecutorServiceFuture<V>

Type Parameters:
V - The result type returned by this Future's get method
All Superinterfaces:
CompletionStage<V>, Future<V>

public interface DurableExecutorServiceFuture<V>
extends CompletionStage<V>, Future<V>
A Future where one can obtain the task ID for tracking the response.
  • Method Details

    • getTaskId

      long getTaskId()
      A unique ID for the executing task
      Returns:
      the task ID