Skip to main content

BaseContainerRuntimeFactory Class

BaseContainerRuntimeFactory produces container runtimes with the specified data store and service registries, request handlers, runtimeOptions, and entryPoint initialization function. It can be subclassed to implement a first-time initialization procedure for the containers it creates.

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

To use, import via @fluidframework/aqueduct/legacy.

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

Signature

export declare class BaseContainerRuntimeFactory extends RuntimeFactoryHelper implements IProvideFluidDataStoreRegistry

Extends: RuntimeFactoryHelper

Implements: IProvideFluidDataStoreRegistry

Constructors

Constructor Alerts Description
(constructor)(props) Alpha Constructs a new instance of the BaseContainerRuntimeFactory class

Properties

Property Alerts Modifiers Type Description
IFluidDataStoreRegistry Alpha readonly IFluidDataStoreRegistry

Constructor Details

(constructor)

Constructs a new instance of the BaseContainerRuntimeFactory class

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

To use, import via @fluidframework/aqueduct/alpha.

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

Signature

constructor(props: BaseContainerRuntimeFactoryProps);

Parameters

Parameter Type Description
props BaseContainerRuntimeFactoryProps

Property Details

IFluidDataStoreRegistry

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

To use, import via @fluidframework/aqueduct/alpha.

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

Signature

get IFluidDataStoreRegistry(): IFluidDataStoreRegistry;

Type: IFluidDataStoreRegistry