Interface ManagedTask


public interface ManagedTask
A task submitted to an ManagedExecutorService or ManagedScheduledExecutorService can optionally implement this interface to provide identifying information about the task, to provide a ManagedTaskListener to get notification of lifecycle events of the task, or to provide additional execution properties.

See also ManagedExecutors.managedTask().

Since:
1.0