class TraceableStack implements StackInterface

Methods

__construct(StackInterface $stack, Stopwatch $stopwatch, string $busName, string $eventCategory)

No description

next()

Returns the next middleware to process a message.

void
stop()

No description

Details

__construct(StackInterface $stack, Stopwatch $stopwatch, string $busName, string $eventCategory)

Parameters

StackInterface $stack
Stopwatch $stopwatch
string $busName
string $eventCategory

MiddlewareInterface next()

Returns the next middleware to process a message.

Return Value

MiddlewareInterface

void stop()

Return Value

void