메소드 | 설명 | |
---|---|---|
MassTransitEventBrokerBus ( IServiceBus serviceBus ) : Appccelerate.DistributedEventBroker.Messages |
Initializes a new instance of the MassTransitEventBrokerBus class.
|
|
Publish ( IEventFired message ) : void |
Publishes the specified event fired message on the bus.
|
public MassTransitEventBrokerBus ( IServiceBus serviceBus ) : Appccelerate.DistributedEventBroker.Messages | ||
serviceBus | IServiceBus | The service bus. |
리턴 | Appccelerate.DistributedEventBroker.Messages |
public Publish ( IEventFired message ) : void | ||
message | IEventFired | The message. |
리턴 | void |