Interface | Description |
---|---|
CompensationContext |
The compensation context contains information needed for compensating failed command executions.
|
Class | Description |
---|---|
DefaultCompensationContext |
Default context used to track entities that are changing during a command's execution and save the changes at each
state change to the DB.
|
NoOpCompensationContext |
An implementation of COmpensation Context that does nothing - will be used by commands that do not implement
compensation.
|
Copyright © 2012. All Rights Reserved.