42 lines
805 B
YAML
42 lines
805 B
YAML
name: TransportFactoryInterface
|
|
class_comment: null
|
|
dependencies:
|
|
- name: SerializerInterface
|
|
type: class
|
|
source: Symfony\Component\Messenger\Transport\Serialization\SerializerInterface
|
|
properties: []
|
|
methods:
|
|
- name: createTransport
|
|
visibility: public
|
|
parameters:
|
|
- name: dsn
|
|
- name: options
|
|
- name: serializer
|
|
comment: '# * Creates a Messenger transport.
|
|
|
|
# *
|
|
|
|
# * @author Samuel Roze <samuel.roze@gmail.com>
|
|
|
|
# *
|
|
|
|
# * @template-covariant TTransport of TransportInterface
|
|
|
|
# */
|
|
|
|
# interface TransportFactoryInterface
|
|
|
|
# {
|
|
|
|
# /**
|
|
|
|
# * @return TTransport'
|
|
- name: supports
|
|
visibility: public
|
|
parameters:
|
|
- name: dsn
|
|
- name: options
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\Messenger\Transport\Serialization\SerializerInterface
|
|
interfaces: []
|