IStreamQueueMapper 接口

定义

流队列映射器返回所有队列的列表,还负责将流映射到队列。 实现必须是线程安全的。

public interface IStreamQueueMapper
type IStreamQueueMapper = interface
Public Interface IStreamQueueMapper
派生

方法

GetAllQueues()

获取所有队列。

GetQueueForStream(Guid, String)

流队列映射器返回所有队列的列表,还负责将流映射到队列。 实现必须是线程安全的。

GetQueueForStream(StreamId)

获取指定流的队列。

适用于