Method | Description | |
---|---|---|
CreateErrorResponse ( string streamType ) : |
||
CreateInMemoryResponse ( bool errorDetected, bool newEventsWereFound, string streamType, IEnumerable |
||
CreateSerializedResponse ( bool errorDetected, bool newEventsWereFound, string streamType, IEnumerable |
||
PollResponse ( ) : System.Collections.Generic |
Method | Description | |
---|---|---|
CreateBaseResponse ( bool errorDetected, bool newEventsWereFound, string streamType, long consumerVersion, long producerVersion ) : |
public static CreateErrorResponse ( string streamType ) : |
||
streamType | string | |
return |
public static CreateInMemoryResponse ( bool errorDetected, bool newEventsWereFound, string streamType, IEnumerable |
||
errorDetected | bool | |
newEventsWereFound | bool | |
streamType | string | |
events | IEnumerable |
|
consumerVersion | long | |
producerVersion | long | |
return |
public static CreateSerializedResponse ( bool errorDetected, bool newEventsWereFound, string streamType, IEnumerable |
||
errorDetected | bool | |
newEventsWereFound | bool | |
streamType | string | |
newRawEvents | IEnumerable |
|
consumerVersion | long | |
producerVersion | long | |
return |
public PollResponse ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |