Skip to main content

@fluidframework/agent-scheduler Package

Interfaces

InterfaceAlertsDescription
IAgentSchedulerLegacyAgent scheduler distributes a set of tasks/variables across connected clients.
IAgentSchedulerEventsLegacyEvents emitted by IAgentScheduler.
IProvideAgentSchedulerLegacy
ITaskSubscriptionEventsLegacyEvents emitted by TaskSubscription.

Classes

ClassAlertsDescription
AgentSchedulerFactoryLegacy
TaskSubscriptionLegacyTaskSubscription works with an AgentScheduler to make it easier to monitor a specific task ownership.

Variables

VariableAlertsModifiersTypeDescription
IAgentSchedulerLegacyreadonlykeyof IProvideAgentScheduler

Variable Details

IAgentScheduler

This API is provided for existing users, but is not recommended for new users.

To use, import via @fluidframework/agent-scheduler/legacy.

For more information about our API support guarantees, see here.

Signature

IAgentScheduler: keyof IProvideAgentScheduler

Type: keyof IProvideAgentScheduler