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

DefaultStreamIdMapper()

Fields

Name

The name of this stream identity mapper.

Methods

GetGrainKeyId(GrainBindings, StreamId)

Gets the Key which maps to the provided StreamId

Applies to