DoctrineTransportFactory
in package
implements
TransportFactoryInterface
Tags
Table of Contents
Interfaces
- TransportFactoryInterface
- Creates a Messenger transport.
Properties
- $registry : mixed
Methods
- __construct() : mixed
- createTransport() : TransportInterface
- supports() : bool
Properties
$registry
private
mixed
$registry
Methods
__construct()
public
__construct(ConnectionRegistry $registry) : mixed
Parameters
- $registry : ConnectionRegistry
createTransport()
public
createTransport(string $dsn, array<string|int, mixed> $options, SerializerInterface $serializer) : TransportInterface
Parameters
- $dsn : string
- $options : array<string|int, mixed>
- $serializer : SerializerInterface
Return values
TransportInterfacesupports()
public
supports(string $dsn, array<string|int, mixed> $options) : bool
Parameters
- $dsn : string
- $options : array<string|int, mixed>