C# 클래스 EzBus.Core.Subscription.InMemorySubscriptionStorage

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

공개 메소드들

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

메소드 상세

GetSubscribersEndpoints() 공개 메소드

public GetSubscribersEndpoints ( Type messageType ) : IEnumerable
messageType System.Type
리턴 IEnumerable

Initialize() 공개 메소드

public Initialize ( string endpointName ) : void
endpointName string
리턴 void

Store() 공개 메소드

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