IStreamIdMapper Interface

Definition

Common interface for components that map a StreamId to a Key

public interface IStreamIdMapper
type IStreamIdMapper = interface
Public Interface IStreamIdMapper
Derived

Methods

GetGrainKeyId(GrainBindings, StreamId)

Gets the Key which maps to the provided StreamId

Applies to