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
$_usedProperties
private
mixed
$_usedProperties
= []
$dsn
private
mixed
$dsn
$failureTransport
private
mixed
$failureTransport
$options
private
mixed
$options
$retryStrategy
private
mixed
$retryStrategy
$serializer
private
mixed
$serializer
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
dsn()
public
dsn(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
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
$thisoptions()
public
options(ParamConfigurator|array<int, ParamConfigurator|mixed> $value) : $this
Parameters
- $value : ParamConfigurator|array<int, ParamConfigurator|mixed>
Return values
$thisretryStrategy()
public
retryStrategy([mixed $value = [] ]) : RetryStrategyConfig|$this
Parameters
- $value : mixed = []
Return values
RetryStrategyConfig|$thisserializer()
Service id of a custom serializer to use.
public
serializer(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>