Interface IExternalTask


public interface IExternalTask
  • Method Summary

    Modifier and Type
    Method
    Description
    jadex.future.IFuture<Void>
    Cleanup in case the task is cancelled.
    jadex.future.IFuture<Map<String,Object>>
    Execute the task.
  • Method Details

    • execute

      jadex.future.IFuture<Map<String,Object>> execute()
      Execute the task.
      Returns:
      To be notified, when the task has completed.
    • cancel

      jadex.future.IFuture<Void> cancel()
      Cleanup in case the task is cancelled.
      Returns:
      A future to indicate when cancellation has completed.