MessengerConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $buses : mixed
- $defaultBus : mixed
- $enabled : mixed
- $failureTransport : mixed
- $resetOnMessage : mixed
- $routing : mixed
- $serializer : mixed
- $transports : mixed
Methods
- __construct() : mixed
- bus() : BusConfig
- defaultBus() : $this
- enabled() : $this
- failureTransport() : $this
- Transport name to send failed messages to (after all retries have failed).
- resetOnMessage() : $this
- Reset container services after each message.
- routing() : RoutingConfig|$this
- serializer() : SerializerConfig
- toArray() : array<string|int, mixed>
- transport() : TransportConfig|$this
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$buses
private
mixed
$buses
$defaultBus
private
mixed
$defaultBus
$enabled
private
mixed
$enabled
$failureTransport
private
mixed
$failureTransport
$resetOnMessage
private
mixed
$resetOnMessage
$routing
private
mixed
$routing
$serializer
private
mixed
$serializer
$transports
private
mixed
$transports
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
bus()
public
bus(string $name[, array<string|int, mixed> $value = [] ]) : BusConfig
Parameters
- $name : string
- $value : array<string|int, mixed> = []
Return values
BusConfigdefaultBus()
public
defaultBus(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisenabled()
public
enabled(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thisfailureTransport()
Transport name to send failed messages to (after all retries have failed).
public
failureTransport(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisresetOnMessage()
Reset container services after each message.
public
resetOnMessage(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thisrouting()
public
routing(string $message_class[, mixed $value = [] ]) : RoutingConfig|$this
Parameters
- $message_class : string
- $value : mixed = []
Return values
RoutingConfig|$thisserializer()
public
serializer([array<string|int, mixed> $value = [] ]) : SerializerConfig
Parameters
- $value : array<string|int, mixed> = []
Return values
SerializerConfigtoArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>transport()
public
transport(string $name[, mixed $value = [] ]) : TransportConfig|$this
Parameters
- $name : string
- $value : mixed = []