Share via


IStreamQueueMapper 인터페이스

정의

스트림 큐 매퍼는 모든 큐 목록을 반환하며 스트림을 큐에 매핑하는 작업도 담당합니다. 구현은 스레드로부터 안전해야 합니다.

public interface IStreamQueueMapper
type IStreamQueueMapper = interface
Public Interface IStreamQueueMapper
파생

메서드

GetAllQueues()

모든 큐를 가져옵니다.

GetQueueForStream(Guid, String)

스트림 큐 매퍼는 모든 큐 목록을 반환하며 스트림을 큐에 매핑하는 작업도 담당합니다. 구현은 스레드로부터 안전해야 합니다.

GetQueueForStream(StreamId)

지정된 스트림의 큐를 가져옵니다.

적용 대상