C# Class BusinessLogic.Events.HandlerFactory.BusinessLogicEventBus

Inheritance: IBusinessLogicEventBus
Show file Open project: NemeStats/NemeStats

Public Methods

Method Description
BusinessLogicEventBus ( BusinessLogicEventsHandlerFactory handlerFactory, IRollbarClient rollbar ) : System.Threading
SendEvent ( IBusinessLogicEvent @event ) : void

Method Details

BusinessLogicEventBus() public method

public BusinessLogicEventBus ( BusinessLogicEventsHandlerFactory handlerFactory, IRollbarClient rollbar ) : System.Threading
handlerFactory BusinessLogicEventsHandlerFactory
rollbar IRollbarClient
return System.Threading

SendEvent() public method

public SendEvent ( IBusinessLogicEvent @event ) : void
@event IBusinessLogicEvent
return void