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