Method | Description | |
---|---|---|
EnsureIndexes ( ) : void | ||
GetTransitions ( ) : List |
Get all transitions ordered ascendantly by Timestamp of transiton Should be used only for testing and for very simple event replying
|
|
GetTransitions ( string streamId, int fromVersion, int toVersion ) : List |
||
RemoveStream ( string streamId ) : void | ||
RemoveTransition ( string streamId, int version ) : void | ||
SaveTransition ( |
public GetTransitions ( string streamId, int fromVersion, int toVersion ) : List |
||
streamId | string | |
fromVersion | int | |
toVersion | int | |
return | List |
public RemoveStream ( string streamId ) : void | ||
streamId | string | |
return | void |
public RemoveTransition ( string streamId, int version ) : void | ||
streamId | string | |
version | int | |
return | void |
public SaveTransition ( |
||
transition | ||
return | void |