C# Класс MemBus.SubscriptionPipeline

Наследование: IConfigurableSubscribing, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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