PHP Class Ddd\Infrastructure\Application\Notification\RabbitMqMessaging

Datei anzeigen Open project: carlosbuenosvinos/ddd

Protected Properties

Property Type Description
$channel
$connection

Public Methods

Method Description
__construct ( PhpAmqpLib\Connection\AMQPConnection $aConnection )
close ( $exchangeName )
open ( $exchangeName )

Protected Methods

Method Description
channel ( $exchangeName )

Private Methods

Method Description
connect ( $exchangeName )

Method Details

__construct() public method

public __construct ( PhpAmqpLib\Connection\AMQPConnection $aConnection )
$aConnection PhpAmqpLib\Connection\AMQPConnection

channel() protected method

protected channel ( $exchangeName )

close() public method

public close ( $exchangeName )

open() public method

public open ( $exchangeName )

Property Details

$channel protected_oe property

protected $channel

$connection protected_oe property

protected $connection