Edit

Share via


IAzureStreamQueueMapper Interface

Definition

public interface IAzureStreamQueueMapper : Orleans.Streams.IStreamQueueMapper
type IAzureStreamQueueMapper = interface
    interface IStreamQueueMapper
Public Interface IAzureStreamQueueMapper
Implements IStreamQueueMapper
Derived
Implements

Methods

GetAllQueues()

Gets all queues.

(Inherited from IStreamQueueMapper)
GetQueueForStream(Guid, String) (Inherited from IStreamQueueMapper)
GetQueueForStream(StreamId)

Gets the queue for the specified stream.

(Inherited from IStreamQueueMapper)
PartitionToAzureQueue(QueueId)

Gets the Azure queue name by partition

Applies to