Interface GenericScheduledJob

All Known Implementing Classes:
CleanupJobsScheduledJob, ComputeIndicatorValuesScheduledJob, FetchMarketDataFromFirstRateDataScheduledJob, FetchMarketEventsScheduledJob, InvalidateStaleAccountsScheduledJob, NotifyUnresolvedSymbolsScheduledJob, PeriodicAccountBalanceUpdaterScheduledJob, PingMiddlewareScheduledJob, RemoveOldIncomingPingsScheduledJob, RemoveStaleForgottenPasswordInstancesScheduledJob, ResolveMarketPriceRequestsScheduledJob, SendRecurringNotificationsScheduledJob
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface GenericScheduledJob
Defines a scheduled job that submits durable work at periodic intervals.
Version:
3.0.6
Author:
Stephen Prizio
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Submits this job's durable work if it is due.
  • Method Details

    • execute

      void execute()
      Submits this job's durable work if it is due.