PHP Class spec\Tolerance\Tracer\SpanFactory\Amqp\AmqpSpanFactorySpec

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

Public Methods

Method Description
getMatchers ( )
it_generates_a_message_identifier_from_incoming_message_without_headers ( )
it_uses_the_information_from_headers_if_found ( )
it_uses_the_name_in_headers_if_found ( )
let ( Tolerance\Tracer\IdentifierGenerator\IdentifierGenerator $identifierGenerator, Tolerance\Tracer\Clock\Clock $clock, Tolerance\Tracer\SpanStack\SpanStack $spanStack, Tolerance\Tracer\EndpointResolver\EndpointResolver $endpointResolver )

Method Details

getMatchers() public method

public getMatchers ( )

it_generates_a_message_identifier_from_incoming_message_without_headers() public method

it_uses_the_information_from_headers_if_found() public method

it_uses_the_name_in_headers_if_found() public method

let() public method

public let ( Tolerance\Tracer\IdentifierGenerator\IdentifierGenerator $identifierGenerator, Tolerance\Tracer\Clock\Clock $clock, Tolerance\Tracer\SpanStack\SpanStack $spanStack, Tolerance\Tracer\EndpointResolver\EndpointResolver $endpointResolver )
$identifierGenerator Tolerance\Tracer\IdentifierGenerator\IdentifierGenerator
$clock Tolerance\Tracer\Clock\Clock
$spanStack Tolerance\Tracer\SpanStack\SpanStack
$endpointResolver Tolerance\Tracer\EndpointResolver\EndpointResolver