transactions
This commit is contained in:
4
TelosysTools/models/InfiniMotion/CommandRollback.entity
Normal file
4
TelosysTools/models/InfiniMotion/CommandRollback.entity
Normal file
@@ -0,0 +1,4 @@
|
||||
#Command
|
||||
@Extends(Command)
|
||||
CommandRollback {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
#Command
|
||||
@Extends(Command)
|
||||
CommandRollbackResponse {
|
||||
}
|
||||
@@ -1,6 +1,8 @@
|
||||
#Command
|
||||
CommandWrapper {
|
||||
transaction: string { } ; // Random Transaction ID
|
||||
commit: boolean { @PrimitiveType } ;
|
||||
|
||||
request: string {} ; // Random Request ID
|
||||
type: string {} ; // Command Type
|
||||
payload: binary {} ;
|
||||
|
||||
Reference in New Issue
Block a user