C# 클래스 EvCoSample.Application.ProductDeletedEventConsumer

상속: IProductDeletedEventConsumer
파일 보기 프로젝트 열기: florindpreda/EventualConsistency.DomainEvents.AzureServiceBus

공개 메소드들

메소드 설명
ProcessNextEvent ( ) : void
ProductDeletedEventConsumer ( IMessagingService messagingService, IUnitOfWork unitOfWork, IProductReviewRepository productReviewRepository ) : EvCoSample.Core

비공개 메소드들

메소드 설명
Process ( ProductDeleted productDeleted ) : void

메소드 상세

ProcessNextEvent() 공개 메소드

public ProcessNextEvent ( ) : void
리턴 void

ProductDeletedEventConsumer() 공개 메소드

public ProductDeletedEventConsumer ( IMessagingService messagingService, IUnitOfWork unitOfWork, IProductReviewRepository productReviewRepository ) : EvCoSample.Core
messagingService IMessagingService
unitOfWork IUnitOfWork
productReviewRepository IProductReviewRepository
리턴 EvCoSample.Core