| Class | Description |
|---|---|
| RequestContext |
When invoking a transaction through one interface or via a batch,
this context will go along with the transaction and give informations about it :
An identifier of the transaction
A correlation id, to associate this transaction to others
A {link
RequestChannels channel to identify through which kind of interface the transaction was triggered |
| RequestContextHolder |
A class containing a static
ThreadLocal that holds a RequestContext. |
| Enum | Description |
|---|---|
| RequestChannels |
Enumeration of the different kind of channels through which a transaction can be triggered.
|
Copyright © 2020. All rights reserved.