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 # * # * @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: []