Documentation

InterruptibleProcessor
in package
implements ProcessorInterface

Interfaces, Classes and Traits

ProcessorInterface

Table of Contents

$check  : callable
__construct()  : mixed
process()  : mixed
Process the payload using multiple stages.

Properties

Methods

__construct()

public __construct(callable $check) : mixed
Parameters
$check : callable
Return values
mixed

process()

Process the payload using multiple stages.

public process(mixed $payload, callable ...$stages) : mixed
Parameters
$payload : mixed
$stages : callable
Return values
mixed

Search results