IStreamQueueMapper Interface

Definition

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 IStreamQueueMapper
type IStreamQueueMapper = interface
Public Interface IStreamQueueMapper
Derived

Methods

GetAllQueues()

Gets all queues.

GetQueueForStream(Guid, String)
GetQueueForStream(StreamId)

Gets the queue for the specified stream.

Applies to