C# 클래스 EzBus.Msmq.MsmqSubscriptionStorage

상속: IStartupTask
파일 보기 프로젝트 열기: Zapote/EzBus

공개 메소드들

메소드 설명
GetSubscribersEndpoints ( string messageType ) : IEnumerable
Store ( string endpoint, string messageType ) : void

비공개 메소드들

메소드 설명
CreateQueueIfNotExists ( ) : void
GetQueue ( ) : void
IStartupTask ( IHostConfig config ) : void
IsSubcriber ( string endpoint, string messageType ) : bool

메소드 상세

GetSubscribersEndpoints() 공개 메소드

public GetSubscribersEndpoints ( string messageType ) : IEnumerable
messageType string
리턴 IEnumerable

Store() 공개 메소드

public Store ( string endpoint, string messageType ) : void
endpoint string
messageType string
리턴 void