Documentation

TransportConfig
in package

This class is automatically generated to help in creating a config.

Table of Contents

Properties

$_usedProperties  : mixed
$dsn  : mixed
$failureTransport  : mixed
$options  : mixed
$retryStrategy  : mixed
$serializer  : mixed

Methods

__construct()  : mixed
dsn()  : $this
failureTransport()  : $this
Transport name to send failed messages to (after all retries have failed).
options()  : $this
retryStrategy()  : RetryStrategyConfig|$this
serializer()  : $this
Service id of a custom serializer to use.
toArray()  : array<string|int, mixed>

Properties

Methods

__construct()

public __construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
$value : array<string|int, mixed> = []

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