See: Description
| Interface | Description |
|---|---|
| ReactiveAfterTransactionCompletionProcess |
Contract representing some process that needs to occur during after transaction completion.
|
| ReactiveBeforeTransactionCompletionProcess |
Contract representing some process that needs to occur during before transaction completion.
|
| ReactiveExecutable |
An operation that is scheduled for later non-blocking
execution in an
ReactiveActionQueue. |
| Class | Description |
|---|---|
| ReactiveActionQueue |
A reactive counterpart to
ActionQueue, where DML
operations are queued before execution during a flush. |