final class TraceEntry (View source)

internal  
 

Value object for a single trace entry, as stored in Redis.

For full docs and context, see {\Neos\ContentRepository\BehavioralTests\ProjectionRaceConditionTester\RaceTrackerCatchUpHook}

Properties

array<string, bool> $pidsInCriticalSection

Methods

__construct(string $id, string $pid, TraceEntryType $type, array $payload)

No description

array
printTableRow(array $pids)

No description

Details

__construct(string $id, string $pid, TraceEntryType $type, array $payload)

No description

Parameters

string $id
string $pid
TraceEntryType $type
array $payload

array printTableRow(array $pids)

No description

Parameters

array $pids

Return Value

array