for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Puzzle\AMQP\Messages;
interface BodyFactory
{
/**
* @return Body
*/
public function build($contentType, $contentAsTransported);
}