TransportFactoryInterface
in
Creates a Messenger transport.
Tags
Table of Contents
Methods
Methods
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>