Edit

Share via


DefaultStreamIdMapper Class

Definition

The default IStreamIdMapper implementation.

public sealed class DefaultStreamIdMapper : Orleans.Streams.IStreamIdMapper
type DefaultStreamIdMapper = class
    interface IStreamIdMapper
Public NotInheritable Class DefaultStreamIdMapper
Implements IStreamIdMapper
Inheritance
DefaultStreamIdMapper
Implements

Constructors

Name Description
DefaultStreamIdMapper()

Fields

Name Description
Name

The name of this stream identity mapper.

Methods

Name Description
GetGrainKeyId(GrainBindings, StreamId)

Gets the Key which maps to the provided StreamId

Applies to