C# 클래스 MemBus.SubscriptionPipeline

상속: IConfigurableSubscribing, IDisposable
파일 보기 프로젝트 열기: flq/MemBus 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetIntroductionShape ( ) : SubscriptionShaperAggregate

Return a shaper aggregate that is applied directly to a newly introduced subscription. The returned instance can be further modified without affecting the infrastructure

Shape ( IEnumerable subscriptions, object message ) : IEnumerable
SubscriptionPipeline ( IServices services ) : System

비공개 메소드들

메소드 설명
IConfigurableSubscribing ( ) : void
IConfigurableSubscribing ( bool>.Func match, Action configure ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetIntroductionShape() 공개 메소드

Return a shaper aggregate that is applied directly to a newly introduced subscription. The returned instance can be further modified without affecting the infrastructure
public GetIntroductionShape ( ) : SubscriptionShaperAggregate
리턴 SubscriptionShaperAggregate

Shape() 공개 메소드

public Shape ( IEnumerable subscriptions, object message ) : IEnumerable
subscriptions IEnumerable
message object
리턴 IEnumerable

SubscriptionPipeline() 공개 메소드

public SubscriptionPipeline ( IServices services ) : System
services IServices
리턴 System