Property | Type | Description |
---|
Method | Description | |
---|---|---|
BsonToRecords ( List |
||
GetRecordByCommandId ( String commandId ) : |
Load record by command ID
|
|
LogCommand ( ICommand command ) : void |
Log command
|
|
LogCommandHandler ( |
||
LogCommandHandler ( String commandId, string handlerTypeName, |
||
LogEvent ( IEvent e ) : void | ||
LogEventHandler ( |
||
LogEventHandler ( String commandId, string eventId, string handlerTypeName, |
public BsonToRecords ( List |
||
documents | List |
|
return | List |
public GetRecordByCommandId ( String commandId ) : |
||
commandId | String | |
return |
public LogCommand ( ICommand command ) : void | ||
command | ICommand | |
return | void |
public LogCommandHandler ( |
||
record | ||
return | void |
public LogCommandHandler ( String commandId, string handlerTypeName, |
||
commandId | String | |
handlerTypeName | string | |
e | ||
return | void |
public LogEventHandler ( |
||
record | ||
return | void |
public LogEventHandler ( String commandId, string eventId, string handlerTypeName, |
||
commandId | String | |
eventId | string | |
handlerTypeName | string | |
exception | ||
return | void |