MemBus.ShapeProvider.IConfigureSubscription C# (CSharp) Method

IConfigureSubscription() private method

private IConfigureSubscription ( ) : void
return void
        void IConfigureSubscription.ShapeOutwards(params ISubscriptionShaper[] shapers)
        {
            foreach (var s in shapers)
            {
                s.Being<IRequireServices>(d => d.AddServices(_services));
                _shaperAggregate.Add(s);
            }
        }