메소드 | 설명 | |
---|---|---|
Append ( Activity activity ) : void | ||
DefaultActivityRepository ( IActivityStore store, IStreamStore streamStore ) : System | ||
Load ( ActivityStream stream, ActivityStreamOptions feedOptions ) : IEnumerable |
FanIn
|
|
Remove ( byte streamId, long timestamp ) : void |
메소드 | 설명 | |
---|---|---|
FetchNextActivity ( Dictionary |
Gets the first activity from the specified stream and places it into the specified buffer.
|
|
GetSnapshot ( long>.Dictionary |
Gets unordered activities snapshot for the specified streams.
|
public DefaultActivityRepository ( IActivityStore store, IStreamStore streamStore ) : System | ||
store | IActivityStore | |
streamStore | IStreamStore | |
리턴 | System |
public Load ( ActivityStream stream, ActivityStreamOptions feedOptions ) : IEnumerable |
||
stream | ActivityStream | |
feedOptions | ActivityStreamOptions | |
리턴 | IEnumerable |
public Remove ( byte streamId, long timestamp ) : void | ||
streamId | byte | |
timestamp | long | |
리턴 | void |