Interface BackgroundJobStatus<T>

Type Parameters:
T -
All Superinterfaces:
BackgroundJobInfo
All Known Implementing Classes:
BackgroundJobStatusDecorator

public interface BackgroundJobStatus<T> extends BackgroundJobInfo
A handle on a scheduled BackgroundJob.

This interface extends the BackgroundJobInfo contract by adding methods to abort() or join(long) a scheduled job, and to obtain its result() once it is done.
Author:
lukas
  • Method Details