다음을 통해 공유


IQueueAdapter 인터페이스

정의

스트림 큐 스토리지 어댑터. 기본 큐 시스템의 구현 세부 정보를 숨기는 추상화 계층입니다.

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

속성

Direction

, 또는 ReadWrite큐 어댑터ReadOnlyWriteOnly의 방향을 가져옵니다.

IsRewindable

되감기 가능한 스트림 어댑터인지 여부를 나타내는 값을 가져옵니다. 이전 시점의 구독을 지원합니다.

Name

어댑터 이름을 가져옵니다. 주로 로깅용

메서드

CreateReceiver(QueueId)

지정된 queueId에 대한 큐 수신기를 만듭니다.

QueueMessageBatchAsync<T>(Guid, String, IEnumerable<T>, StreamSequenceToken, Dictionary<String,Object>)

제공된 streamId와 연결된 단일 일괄 처리로 이벤트 집합을 큐에 씁니다.

QueueMessageBatchAsync<T>(StreamId, IEnumerable<T>, StreamSequenceToken, Dictionary<String,Object>)

제공된 streamId와 연결된 단일 일괄 처리로 이벤트 집합을 큐에 씁니다.

확장 메서드

QueueMessageAsync<T>(IQueueAdapter, StreamId, T, StreamSequenceToken, Dictionary<String,Object>)

제공 streamId된 와 연결된 단일 일괄 처리로 이벤트 집합을 큐에 씁니다.

QueueMessageAsync<T>(IQueueAdapter, Guid, String, T, StreamSequenceToken, Dictionary<String,Object>)

제공된 streamId와 연결된 단일 일괄 처리로 이벤트 집합을 큐에 씁니다.

적용 대상