Documentation

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

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
BusConfig

failureTransport()

Transport name to send failed messages to (after all retries have failed).

public failureTransport(ParamConfigurator|mixed $value) : $this
Parameters
$value : ParamConfigurator|mixed
Tags
default

null

Return values
$this

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results