InterruptibleProcessor
in package
implements
ProcessorInterface
Interfaces, Classes and Traits
Table of Contents
- $check : callable
- __construct() : mixed
- process() : mixed
- Process the payload using multiple stages.
Properties
$check
private
callable
$check
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