IStreamQueueMapper
interface
Namespace: Orleans.Streams
The stream queue mapper returns a list of all queues and is also responsible for mapping streams to queues. Implementation must be thread safe.
public interface IStreamQueueMapperMethods
GetAllQueuesGets all queues.GetQueueForStream(StreamId)Gets the queue for the specified stream.
