Share via


IBatchContainerBatch 인터페이스

정의

큐 메시지 일괄 처리(일괄 처리 내용에 대한 설명은 IBatchContainer 참조)

public interface IBatchContainerBatch : Orleans.Streams.IBatchContainer
type IBatchContainerBatch = interface
    interface IBatchContainer
Public Interface IBatchContainerBatch
Implements IBatchContainer
파생
구현

속성

BatchContainers

이 일괄 처리로 구성된 일괄 처리 컨테이너를 가져옵니다.

SequenceToken

이 일괄 처리의 시작 부분에 대한 스트림 시퀀스 토큰을 가져옵니다.

(다음에서 상속됨 IBatchContainer)
StreamGuid

이 일괄 처리의 일부인 스트림에 대한 스트림 식별자입니다.

(다음에서 상속됨 IBatchContainer)
StreamId

이 일괄 처리의 일부인 스트림에 대한 스트림 식별자를 Ges합니다.

(다음에서 상속됨 IBatchContainer)
StreamNamespace

이 일괄 처리의 일부인 스트림에 대한 스트림 네임스페이스입니다.

(다음에서 상속됨 IBatchContainer)

메서드

GetEvents<T>()

일괄 처리에서 특정 형식의 이벤트를 가져옵니다.

(다음에서 상속됨 IBatchContainer)
ImportRequestContext()

이 데이터를 소비자에게 전송하기 전에 IBatchContainerRequestContext 데이터를 설정할 수 있는 기회를 IBatchContainer 제공합니다. 이벤트가 생성되고 영구 공급자 또는 다른 데이터에 큐에 추가될 때 설정된 데이터일 수 있습니다.

(다음에서 상속됨 IBatchContainer)
ShouldDeliver(IStreamIdentity, Object, StreamFilterPredicate)

이 일괄 처리를 지정된 대상으로 보낼지 여부를 결정합니다.

(다음에서 상속됨 IBatchContainer)

적용 대상