C# 클래스 EventCentric.Transport.PollResponse

파일 보기 프로젝트 열기: Narvalex/EventCentric 1 사용 예제들

공개 메소드들

메소드 설명
CreateErrorResponse ( string streamType ) : PollResponse
CreateInMemoryResponse ( bool errorDetected, bool newEventsWereFound, string streamType, IEnumerable events, long consumerVersion, long producerVersion ) : PollResponse
CreateSerializedResponse ( bool errorDetected, bool newEventsWereFound, string streamType, IEnumerable newRawEvents, long consumerVersion, long producerVersion ) : PollResponse
PollResponse ( ) : System.Collections.Generic

비공개 메소드들

메소드 설명
CreateBaseResponse ( bool errorDetected, bool newEventsWereFound, string streamType, long consumerVersion, long producerVersion ) : PollResponse

메소드 상세

CreateErrorResponse() 공개 정적인 메소드

public static CreateErrorResponse ( string streamType ) : PollResponse
streamType string
리턴 PollResponse

CreateInMemoryResponse() 공개 정적인 메소드

public static CreateInMemoryResponse ( bool errorDetected, bool newEventsWereFound, string streamType, IEnumerable events, long consumerVersion, long producerVersion ) : PollResponse
errorDetected bool
newEventsWereFound bool
streamType string
events IEnumerable
consumerVersion long
producerVersion long
리턴 PollResponse

CreateSerializedResponse() 공개 정적인 메소드

public static CreateSerializedResponse ( bool errorDetected, bool newEventsWereFound, string streamType, IEnumerable newRawEvents, long consumerVersion, long producerVersion ) : PollResponse
errorDetected bool
newEventsWereFound bool
streamType string
newRawEvents IEnumerable
consumerVersion long
producerVersion long
리턴 PollResponse

PollResponse() 공개 메소드

public PollResponse ( ) : System.Collections.Generic
리턴 System.Collections.Generic