TraceEntries
final class TraceEntries implements ArrayAccess, Countable (View source)
| internal |
Value object for a list of {TraceEntry} objects, as stored in-order in the Redis stream
For full docs and context, see {\Neos\ContentRepository\BehavioralTests\ProjectionRaceConditionTester\Dto\RaceTrackerCatchUpHook}
Methods
No description
No description
No description
No description
No description
No description
No description
No description
It shall never happen that the same event (i.e. with the same sequence number) is processed multiple times by the same projector.
No description
Details
__construct(array $traces)
No description
bool
offsetExists(mixed $offset)
No description
TraceEntry
offsetGet(mixed $offset)
No description
void
offsetSet(mixed $offset, mixed $value)
No description
void
offsetUnset(mixed $offset)
No description
array
getPidSetInIndexRange(int $startIndex, int $endIndex)
No description
void
iterateRange(int $startIndex, int $endIndex, Closure $callback)
No description
array
findProjectionConcurrencyViolations()
No description
int
count()
No description
array
findDoubleProcessingOfEvents()
It shall never happen that the same event (i.e. with the same sequence number) is processed multiple times by the same projector.
string
asNdJson()
No description