Fdw.Services.Scheduling.Abstractions
1.0.0-rc.9
dotnet add package Fdw.Services.Scheduling.Abstractions --version 1.0.0-rc.9
NuGet\Install-Package Fdw.Services.Scheduling.Abstractions -Version 1.0.0-rc.9
<PackageReference Include="Fdw.Services.Scheduling.Abstractions" Version="1.0.0-rc.9" />
<PackageVersion Include="Fdw.Services.Scheduling.Abstractions" Version="1.0.0-rc.9" />
<PackageReference Include="Fdw.Services.Scheduling.Abstractions" />
paket add Fdw.Services.Scheduling.Abstractions --version 1.0.0-rc.9
#r "nuget: Fdw.Services.Scheduling.Abstractions, 1.0.0-rc.9"
#:package Fdw.Services.Scheduling.Abstractions@1.0.0-rc.9
#addin nuget:?package=Fdw.Services.Scheduling.Abstractions&version=1.0.0-rc.9&prerelease
#tool nuget:?package=Fdw.Services.Scheduling.Abstractions&version=1.0.0-rc.9&prerelease
Fdw.Services.Scheduling.Abstractions
The scheduling contracts — schedules, triggers, windows and execution history.
Implementations live in the sibling packages; this one holds the interfaces, base types and models they agree on, so a consumer can depend on the contract without taking the implementation.
Interfaces (23)
| Type | Kind | Purpose |
|---|---|---|
IFrameworkSchedulingService |
interface | Main service interface for scheduling operations that applications use to interact with the scheduling… |
IFrameworkSchedulingServiceFactory |
interface | Non-generic marker interface for scheduling service factories. |
IFrameworkSchedulingServiceFactory<TSchedulingService> |
interface | Interface for scheduling service factories that create specific scheduling service implementations. |
IFrameworkSchedulingServiceFactory<TSchedulingService, TConfiguration> |
interface | Interface for scheduling service factories that create scheduling services with configuration. |
IGenericSchedule |
interface | Represents a schedule definition that defines WHEN a process should be executed. |
IGenericScheduleExecutionHistory |
interface | Represents the execution history of a scheduled process. |
IGenericScheduledExecutionHandler |
interface | Handles the execution of processes when schedules trigger. This interface bridges the gap between… |
IGenericScheduler |
interface | Core scheduling engine interface that manages WHEN to trigger process execution. |
IGenericTrigger |
interface | Represents a trigger configuration that defines HOW a schedule determines WHEN to execute. |
IScheduleClient |
interface | Defines the contract for interacting with the scheduling service. |
IScheduleDefinition |
interface | Interface for schedule definition configurations that define WHEN a process should run. This is distinct… |
IScheduleType |
interface | Represents a schedule type that defines how a schedule specifies its execution timing. |
IScheduledTask |
interface | Defines the contract for tasks that can be scheduled and executed within the Fdw framework. |
ISchedulerType |
interface | Non-generic interface for scheduler service types. |
ISchedulerType<TService, TConfiguration, TFactory> |
interface | Interface for scheduler service types. |
ISchedulingCommand |
interface | Command interface for scheduling operations. |
Base types (8)
| Type | Kind | Purpose |
|---|---|---|
ScheduleTypeBase |
class | Base class for schedule types using the CRTP pattern. |
SchedulingCommands |
class | Collection of scheduling command types. Generated by TypeCollectionGenerator with high-performance… |
SchedulingMessage |
class | Base class for all scheduling-related messages. |
SchedulingMessageCollectionBase |
class | Collection definition to generate SchedulingMessages static class. |
SchedulingResultCodeBase |
class | Base class for Scheduling result codes. |
SchedulingResultCodes |
class | TypeCollection for Scheduling result codes. Categorized number scheme: codes carry a category-banded… |
TriggerTypeBase |
class | Abstract base class for trigger types that define HOW a schedule determines WHEN to execute. |
TriggerTypes |
class | Collection of trigger types for scheduling system. |
Models and supporting types (42)
| Type | Kind | Purpose |
|---|---|---|
CreateScheduleClientRequest |
class | Request to create a new schedule. |
CreateScheduleClientResponse |
class | Response from creating a new schedule. |
Cron |
class | Cron trigger type that uses cron expressions for time-based scheduling. |
CronExpressionInvalidFieldCountCode |
class | Cron expression must have at least 5 fields. |
CronExpressionRequiredCode |
class | Cron expression is required for Cron triggers. |
CronScheduleType |
class | Schedule type for cron-expression-based scheduling. |
EventScheduleType |
class | Schedule type for event-driven scheduling. |
Interval |
class | Interval trigger type that executes at regular intervals. |
IntervalMinutesRequiredCode |
class | Interval minutes must be a positive integer for Interval triggers. |
IntervalScheduleType |
class | Schedule type for interval-based scheduling. |
IntervalStartTimeInvalidCode |
class | Start time must be a valid DateTime if provided for Interval triggers. |
InvalidScheduleTimestampMessage |
class | Error message indicating that a schedule's updated timestamp is earlier than its created timestamp. |
Installation
dotnet add package Fdw.Services.Scheduling.Abstractions --prerelease
Dependencies
Fdw.Abstractions · Fdw.Collections · Fdw.Configuration.Abstractions · Fdw.Messages · Fdw.Orchestration.Abstractions · Fdw.Results · Fdw.Services.Abstractions · Fdw.Services.Execution.Abstractions · Fdw.Services.SecretManagers.Abstractions
Build-time only (generators and analyzers, not runtime dependencies): Fdw.Collections.SourceGenerators · Fdw.MessageLogging.SourceGenerators
Part of FractalDataWorks 1.0.0-rc.1. Licensed under Apache-2.0.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Cronos (>= 0.13.0)
- Fdw.Abstractions (>= 1.0.0-rc.9)
- Fdw.Collections (>= 1.0.0-rc.9)
- Fdw.Configuration.Abstractions (>= 1.0.0-rc.9)
- Fdw.Messages (>= 1.0.0-rc.9)
- Fdw.Orchestration.Abstractions (>= 1.0.0-rc.9)
- Fdw.Results (>= 1.0.0-rc.9)
- Fdw.Services.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.Execution.Abstractions (>= 1.0.0-rc.9)
- Fdw.Services.SecretManagers.Abstractions (>= 1.0.0-rc.9)
- FluentValidation (>= 11.12.0)
- Microsoft.Bcl.AsyncInterfaces (>= 10.0.10)
- Microsoft.Bcl.HashCode (>= 6.0.0)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration (>= 10.0.10)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.10)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 10.0.10)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.10)
- Microsoft.Extensions.Options (>= 10.0.10)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.10)
- Microsoft.Extensions.Options.DataAnnotations (>= 10.0.10)
- Polly.Core (>= 8.6.6)
- System.Collections.Immutable (>= 10.0.10)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Diagnostics.DiagnosticSource (>= 10.0.10)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.2)
- System.Text.Json (>= 10.0.10)
NuGet packages (21)
Showing the top 5 NuGet packages that depend on Fdw.Services.Scheduling.Abstractions:
| Package | Downloads |
|---|---|
|
Fdw.Etl.Abstractions
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Web.RestEndpoints
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Services.Scheduling
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Services.Scheduling.Clients
Development tools and utilities for the Fdw ecosystem. |
|
|
Fdw.Services.Scheduling.Components
Development tools and utilities for the Fdw ecosystem. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-rc.9 | 242 | 8/25/2026 |
| 1.0.0-rc.8 | 280 | 8/25/2026 |
| 1.0.0-rc.6.1 | 886 | 8/20/2026 |
| 1.0.0-rc.6 | 917 | 8/20/2026 |
| 1.0.0-rc.5 | 956 | 8/19/2026 |
| 1.0.0-rc.4 | 845 | 8/19/2026 |
| 1.0.0-rc.3 | 671 | 8/17/2026 |
| 1.0.0-rc.1 | 392 | 8/10/2026 |