C# Class Nimbus.Infrastructure.RequestResponse.MulticastRequestMessagePumpsFactory

Inheritance: ICreateComponents
Show file Open project: NimbusAPI/Nimbus

Public Methods

Method Description
CreateAll ( ) : IEnumerable
MulticastRequestMessagePumpsFactory ( ApplicationNameSetting applicationName, IFilterConditionProvider filterConditionProvider, IHandlerMapper handlerMapper, ILogger logger, IMessageDispatcherFactory messageDispatcherFactory, INimbusTransport transport, IPathFactory pathFactory, IRouter router, ITypeProvider typeProvider, PoorMansIoC container ) : System

Method Details

CreateAll() public method

public CreateAll ( ) : IEnumerable
return IEnumerable

MulticastRequestMessagePumpsFactory() public method

public MulticastRequestMessagePumpsFactory ( ApplicationNameSetting applicationName, IFilterConditionProvider filterConditionProvider, IHandlerMapper handlerMapper, ILogger logger, IMessageDispatcherFactory messageDispatcherFactory, INimbusTransport transport, IPathFactory pathFactory, IRouter router, ITypeProvider typeProvider, PoorMansIoC container ) : System
applicationName ApplicationNameSetting
filterConditionProvider IFilterConditionProvider
handlerMapper IHandlerMapper
logger ILogger
messageDispatcherFactory IMessageDispatcherFactory
transport INimbusTransport
pathFactory IPathFactory
router IRouter
typeProvider ITypeProvider
container PoorMansIoC
return System