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.
Defines a scheduled job that submits durable work at periodic intervals.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Method Summary
-
Method Details
-
execute
void execute()Submits this job's durable work if it is due.
-