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.
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
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
To use, import via @fluidframework/aqueduct/alpha
.
For more information about our API support guarantees, see here.
Signature
get IFluidDataStoreRegistry(): IFluidDataStoreRegistry;
Type: IFluidDataStoreRegistry