Skip to main content

ConsensusQueue TypeAlias

Implementation of a consensus stack

An derived type of ConsensusOrderedCollection with a queue as the backing data and order.

This API is deprecated and will be removed in a future release.

Use IConsensusOrderedCollection for typing instead. This type alias will be removed in a future release.

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

To use, import via @fluidframework/ordered-collection/legacy.

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

Signature

export type ConsensusQueue<T = any> = ConsensusQueueClass<T>;

Type Parameters

ParameterDefaultDescription
Tany