C# Class Prototype.Platform.Domain.EventBus.DispatcherEventBus

Inheritance: IEventBus
显示文件 Open project: paralect/prototype

Public Methods

Method Description
DispatcherEventBus ( IDispatcher dispatcher ) : System.Collections.Generic
Publish ( IEnumerable eventMessages ) : void
Publish ( IEvent eventMessage ) : void

Method Details

DispatcherEventBus() public method

public DispatcherEventBus ( IDispatcher dispatcher ) : System.Collections.Generic
dispatcher IDispatcher
return System.Collections.Generic

Publish() public method

public Publish ( IEnumerable eventMessages ) : void
eventMessages IEnumerable
return void

Publish() public method

public Publish ( IEvent eventMessage ) : void
eventMessage IEvent
return void