다음을 통해 공유


GeneratedBatchContainer 클래스

정의

IBatchContainer 생성된 이벤트 페이로드에 대한 구현입니다.

public class GeneratedBatchContainer : Orleans.Streams.IBatchContainer
[Orleans.GenerateSerializer]
public sealed class GeneratedBatchContainer : Orleans.Streams.IBatchContainer
type GeneratedBatchContainer = class
    interface IBatchContainer
[<Orleans.GenerateSerializer>]
type GeneratedBatchContainer = class
    interface IBatchContainer
Public Class GeneratedBatchContainer
Implements IBatchContainer
Public NotInheritable Class GeneratedBatchContainer
Implements IBatchContainer
상속
GeneratedBatchContainer
특성
구현

생성자

GeneratedBatchContainer(Guid, String, Object, EventSequenceTokenV2)

IBatchContainer 생성된 이벤트 페이로드에 대한 구현입니다.

GeneratedBatchContainer(StreamId, Object, EventSequenceTokenV2)

GeneratedBatchContainer 클래스의 새 인스턴스를 초기화합니다.

속성

EnqueueTimeUtc

큐에 넣은 시간(UTC)을 가져옵니다.

Payload

페이로드를 가져옵니다.

RealToken

실제 토큰을 가져옵니다.

SequenceToken

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

StreamGuid

IBatchContainer 생성된 이벤트 페이로드에 대한 구현입니다.

StreamId

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

StreamNamespace

IBatchContainer 생성된 이벤트 페이로드에 대한 구현입니다.

메서드

GetEvents<T>()

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

ImportRequestContext()

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

ShouldDeliver(IStreamIdentity, Object, StreamFilterPredicate)

IBatchContainer 생성된 이벤트 페이로드에 대한 구현입니다.

적용 대상