interface TransportFactoryInterface

Creates a Messenger transport.

Methods

createTransport(string $dsn, array $options)

No description

bool
supports(string $dsn, array $options)

No description

Details

TransportInterface createTransport(string $dsn, array $options)

Parameters

string $dsn
array $options

Return Value

TransportInterface

bool supports(string $dsn, array $options)

Parameters

string $dsn
array $options

Return Value

bool