MatsTrace which uses short-named fields to carry all the
needed information - meant to be field-serialized using for example Jackson.See: Description
| Class | Description |
|---|---|
| MatsTraceFieldImpl<Z> |
An implementation of
MatsTrace which uses fields to hold all state necessary for a Mats flow, including
"holders" for the serialization of DTOs and STOs, with type 'Z'. |
| MatsTraceFieldImpl.CallImpl<Z> |
Represents an entry in the
MatsTrace. |
MatsTrace which uses short-named fields to carry all the
needed information - meant to be field-serialized using for example Jackson.