IStreamQueueMapper Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |