* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Messenger; /** * A Messenger protagonist aware of the message envelope and its content. * * @author Maxime Steinhausser * * @experimental in 4.1 */ interface EnvelopeAwareInterface { }