PHP Class ProophTest\ServiceBus\Plugin\Router\AsyncSwitchMessageRouterTest

Author: Alexander Miertsch ([email protected])
Inheritance: extends ProophTest\ServiceBus\TestCase
Show file Open project: prooph/service-bus

Public Methods

Method Description
it_returns_early_when_message_name_is_empty ( )
it_sets_message_producer_as_event_listener_if_target_is_an_event_bus ( )
it_sets_message_producer_as_message_handler_on_dispatch_initialize ( )
marked_message_is_passed_to_async_producer ( )
marked_message_is_passed_to_decorated_router_as_already_handled_by_async_provider ( )
unmarked_message_is_passed_to_decorated_router ( )

Method Details

it_returns_early_when_message_name_is_empty() public method

it_sets_message_producer_as_event_listener_if_target_is_an_event_bus() public method

it_sets_message_producer_as_message_handler_on_dispatch_initialize() public method

marked_message_is_passed_to_async_producer() public method

marked_message_is_passed_to_decorated_router_as_already_handled_by_async_provider() public method

unmarked_message_is_passed_to_decorated_router() public method