IContainerRuntimeWithResolveHandle_Deprecated Interface
This API is deprecated and will be removed in a future release.
Will be removed in future major release. Migrate all usage of IFluidRouter to the "entryPoint" pattern. Refer to Removing-IFluidRouter.md
This API is provided for existing users, but is not recommended for new users.
To use, import via @fluidframework/container-runtime-definitions/legacy
.
For more information about our API support guarantees, see here.
Signature
export interface IContainerRuntimeWithResolveHandle_Deprecated extends IContainerRuntime
Extends: IContainerRuntime
Properties
Property | Alerts | Modifiers | Type | Description |
---|---|---|---|---|
IFluidHandleContext | Alpha |
readonly |
IFluidHandleContext |
Methods
Method | Alerts | Return Type | Description |
---|---|---|---|
resolveHandle(request) | Alpha |
Promise<IResponse> |
Property Details
IFluidHandleContext
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/container-runtime-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
readonly IFluidHandleContext: IFluidHandleContext;
Type: IFluidHandleContext
Method Details
resolveHandle
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/container-runtime-definitions/alpha
.
For more information about our API support guarantees, see here.
Signature
resolveHandle(request: IRequest): Promise<IResponse>;
Parameters
Parameter | Type | Description |
---|---|---|
request | IRequest |
Returns
Return type: Promise<IResponse>