Class FluentJobActionService

java.lang.Object
com.avoka.fc.core.service.fluent.AbstractFluentService
com.avoka.fc.core.service.fluent.FluentJobActionService
All Implemented Interfaces:
IFluentService, IGroovyDebugLogService, IServiceDefinitionAware, IUnitTestableService, IJobActionService

public class FluentJobActionService extends AbstractFluentService implements IJobActionService
Provides a Fluent Job Action service.
Since:
5.0.0
  • Field Details

    • jobEventLogService

      protected JobEventLogService jobEventLogService
      The JobEventLog service.
    • maxErrorRetryAttempts

      protected int maxErrorRetryAttempts
      The maximum number of error retry attempts, default 0.
    • retryDelayMins

      protected Integer retryDelayMins
      The execute retry delay in minutes.
  • Constructor Details

    • FluentJobActionService

      public FluentJobActionService()
  • Method Details