AsMessageHandler
in package
Service tag to autoconfigure message handlers.
Tags
Table of Contents
Properties
- $bus : string|null
- $fromTransport : string|null
- $handles : string|null
- $method : string|null
- $priority : int
Methods
- __construct() : mixed
Properties
$bus
public
string|null
$bus
= null
$fromTransport
public
string|null
$fromTransport
= null
$handles
public
string|null
$handles
= null
$method
public
string|null
$method
= null
$priority
public
int
$priority
= 0
Methods
__construct()
public
__construct([string|null $bus = null ][, string|null $fromTransport = null ][, string|null $handles = null ][, string|null $method = null ][, int $priority = 0 ]) : mixed
Parameters
- $bus : string|null = null
- $fromTransport : string|null = null
- $handles : string|null = null
- $method : string|null = null
- $priority : int = 0