Documentation

TraceableMiddleware
in package
implements MiddlewareInterface

Collects some data about a middleware.

Tags
author

Maxime Steinhausser maxime.steinhausser@gmail.com

Table of Contents

Interfaces

MiddlewareInterface

Properties

$busName  : string
$eventCategory  : string
$stopwatch  : mixed

Methods

__construct()  : mixed
handle()  : Envelope

Properties

Methods

__construct()

public __construct(Stopwatch $stopwatch, string $busName[, string $eventCategory = 'messenger.middleware' ]) : mixed
Parameters
$stopwatch : Stopwatch
$busName : string
$eventCategory : string = 'messenger.middleware'

        
On this page

Search results