| Package | Description |
|---|---|
| com.hammurapi.common.concurrent.transactions |
| Modifier and Type | Method and Description |
|---|---|
Command<KP,V> |
CommandFactory.createCommand(CK commandKey) |
| Modifier and Type | Method and Description |
|---|---|
<V> Future<V> |
ExecutionContext.execute(Command<KP,V> command,
Context context,
PropertySet<KP> properties,
Object... args)
Executes command either in the same thread on in a background thread but in the context of the same transaction.
|
<V> V |
AbstractTransactionalProcessor.process(Command<KP,V> command,
Context context,
PropertySet<KP> propertySet,
Object... args)
Transactionally processes the command.
|