name: SingleMessageReceiver class_comment: '# * Receiver that decorates another, but receives only 1 specific message. # * # * @author Ryan Weaver # * # * @internal' dependencies: - name: Envelope type: class source: Symfony\Component\Messenger\Envelope properties: [] methods: - name: __construct visibility: public parameters: - name: receiver - name: envelope comment: null - name: get visibility: public parameters: [] comment: null - name: ack visibility: public parameters: - name: envelope comment: null - name: reject visibility: public parameters: - name: envelope comment: null traits: - Symfony\Component\Messenger\Envelope interfaces: - ReceiverInterface