C# 클래스 Joshilewis.Infrastructure.EventRouting.InMemoryEventEmitter

상속: IEventEmitter
파일 보기 프로젝트 열기: joshilewis/lending 1 사용 예제들

공개 메소드들

메소드 설명
EmitEvent ( Event @event ) : void
EmitEvents ( IEnumerable events ) : void
InMemoryEventEmitter ( ) : System.Collections.Generic

메소드 상세

EmitEvent() 공개 메소드

public EmitEvent ( Event @event ) : void
@event Joshilewis.Cqrs.Event
리턴 void

EmitEvents() 공개 메소드

public EmitEvents ( IEnumerable events ) : void
events IEnumerable
리턴 void

InMemoryEventEmitter() 공개 메소드

public InMemoryEventEmitter ( ) : System.Collections.Generic
리턴 System.Collections.Generic