C# Class MemBus.SubscriptionPipeline

Inheritance: IConfigurableSubscribing, IDisposable
Afficher le fichier Open project: flq/MemBus Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IConfigurableSubscribing ( ) : void
IConfigurableSubscribing ( bool>.Func match, Action configure ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetIntroductionShape() public méthode

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
Résultat SubscriptionShaperAggregate

Shape() public méthode

public Shape ( IEnumerable subscriptions, object message ) : IEnumerable
subscriptions IEnumerable
message object
Résultat IEnumerable

SubscriptionPipeline() public méthode

public SubscriptionPipeline ( IServices services ) : System
services IServices
Résultat System