Interface WorkExecutorService

All Superinterfaces:
LifecycleService, TenantLifecycleService
All Known Implementing Classes:
RetryingWorkExecutorService

public interface WorkExecutorService extends TenantLifecycleService
Trigger the asynchronous execution of a work
Author:
Baptiste Mesta
  • Method Details

    • isStopped

      boolean isStopped()
    • notifyNodeStopped

      void notifyNodeStopped(String nodeName)
    • execute

      void execute(WorkDescriptor work)