Documentation

PriorityQueueDispatcher extends QueueDispatcher
in package

A queue dispatcher that follows a priority order

Tags
see
https://github.com/libreworks/caridea-dispatch

Table of Contents

Properties

$kernel  : RequestHandlerInterface
$middlewareStack  : array<string|int, MiddlewareInterface>

Methods

__construct()  : mixed
QueueDispatcher constructor.
add()  : static
addStack()  : static
handle()  : ResponseInterface
process()  : ResponseInterface
getRunner()  : RequestHandlerInterface
sortMiddleware()  : void

Properties

$middlewareStack

protected array<string|int, MiddlewareInterface> $middlewareStack = []

Methods

__construct()

QueueDispatcher constructor.

public __construct(RequestHandlerInterface $kernel[, iterable<string|int, mixed>|null $middlewareStack = null ]) : mixed
Parameters
$kernel : RequestHandlerInterface
$middlewareStack : iterable<string|int, mixed>|null = null

add()

public add(MiddlewareInterface $middleware) : static
Parameters
$middleware : MiddlewareInterface
Tags
inheritDoc
Return values
static

addStack()

public addStack(iterable<string|int, mixed> $middlewareStack) : static
Parameters
$middlewareStack : iterable<string|int, mixed>
Tags
inheritDoc
Return values
static

handle()

public handle(ServerRequestInterface $request) : ResponseInterface
Parameters
$request : ServerRequestInterface
Tags
inheritDoc
Return values
ResponseInterface

process()

public process(ServerRequestInterface $request, RequestHandlerInterface $handler) : ResponseInterface
Parameters
$request : ServerRequestInterface
$handler : RequestHandlerInterface
Tags
inheritDoc
Return values
ResponseInterface

getRunner()

protected getRunner(RequestHandlerInterface $handler) : RequestHandlerInterface
Parameters
$handler : RequestHandlerInterface
Return values
RequestHandlerInterface

        
On this page

Search results