PHP Class spec\Tolerance\Bridge\RabbitMqBundle\Tracer\TracedProducerSpec

Inheritance: extends PhpSpec\ObjectBehavior
Show file Open project: sroze/tolerance

Public Methods

Method Description
it_is_a_producer ( )
it_should_add_the_trace_headers ( OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $decoratedProducer, AmqpSpanFactory $amqpSpanFactory, Tolerance\Tracer\Tracer $tracer )
let ( OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $decoratedProducer, AmqpSpanFactory $amqpSpanFactory, Tolerance\Tracer\Tracer $tracer )

Method Details

it_is_a_producer() public method

public it_is_a_producer ( )

it_should_add_the_trace_headers() public method

public it_should_add_the_trace_headers ( OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $decoratedProducer, AmqpSpanFactory $amqpSpanFactory, Tolerance\Tracer\Tracer $tracer )
$decoratedProducer OldSound\RabbitMqBundle\RabbitMq\ProducerInterface
$amqpSpanFactory Tolerance\Tracer\SpanFactory\Amqp\AmqpSpanFactory
$tracer Tolerance\Tracer\Tracer

let() public method

public let ( OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $decoratedProducer, AmqpSpanFactory $amqpSpanFactory, Tolerance\Tracer\Tracer $tracer )
$decoratedProducer OldSound\RabbitMqBundle\RabbitMq\ProducerInterface
$amqpSpanFactory Tolerance\Tracer\SpanFactory\Amqp\AmqpSpanFactory
$tracer Tolerance\Tracer\Tracer