Skip to main content

AgentSchedulerFactory Class

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

export declare class AgentSchedulerFactory implements IFluidDataStoreFactory

Implements: IFluidDataStoreFactory

Static Properties

Property Alerts Modifiers Type Description
registryEntry Alpha readonly NamedFluidDataStoreRegistryEntry
type Alpha readonly

Properties

Property Alerts Modifiers Type Description
IFluidDataStoreFactory Alpha readonly this
type Alpha readonly

Property Details

IFluidDataStoreFactory

This API is provided as an alpha preview and may change without notice.

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

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

Signature

get IFluidDataStoreFactory(): this;

Type: this

registryEntry

This API is provided as an alpha preview and may change without notice.

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

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

Signature

static get registryEntry(): NamedFluidDataStoreRegistryEntry;

Type: NamedFluidDataStoreRegistryEntry

type

This API is provided as an alpha preview and may change without notice.

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

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

Signature

readonly type = "_scheduler";

type

This API is provided as an alpha preview and may change without notice.

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

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

Signature

static readonly type = "_scheduler";