C# 클래스 Paralect.Domain.EventBus.ParalectServiceBusEventBus

상속: IEventBus
파일 보기 프로젝트 열기: paralect/Paralect.Domain

공개 메소드들

메소드 설명
ParalectServiceBusEventBus ( IServiceBus bus ) : System.Collections.Generic

Initializes a new instance of the T:System.Object class.

Publish ( IEnumerable eventMessages ) : void
Publish ( IEvent eventMessage ) : void

메소드 상세

ParalectServiceBusEventBus() 공개 메소드

Initializes a new instance of the T:System.Object class.
public ParalectServiceBusEventBus ( IServiceBus bus ) : System.Collections.Generic
bus IServiceBus
리턴 System.Collections.Generic

Publish() 공개 메소드

public Publish ( IEnumerable eventMessages ) : void
eventMessages IEnumerable
리턴 void

Publish() 공개 메소드

public Publish ( IEvent eventMessage ) : void
eventMessage IEvent
리턴 void