C# Class EventStore.Projections.Core.ProjectionManagerNode

显示文件 Open project: EventStore/EventStore Class Usage Examples

Public Methods

Method Description
CreateManagerService ( StandardComponents standardComponents, EventStore.Projections.Core.ProjectionsStandardComponents projectionsStandardComponents, IPublisher>.IDictionary queues ) : void

Private Methods

Method Description
SubscribeMainBus ( ISubscriber mainBus, ProjectionManager projectionManager, ProjectionType runProjections, ProjectionManagerResponseReader projectionManagerResponseReader, IODispatcher ioDispatcher, ProjectionManagerCommandWriter projectionManagerCommandWriter ) : void
SubscribeOutputBus ( StandardComponents standardComponents, EventStore.Projections.Core.ProjectionsStandardComponents projectionsStandardComponents, RequestResponseQueueForwarder forwarder ) : void

Method Details

CreateManagerService() public static method

public static CreateManagerService ( StandardComponents standardComponents, EventStore.Projections.Core.ProjectionsStandardComponents projectionsStandardComponents, IPublisher>.IDictionary queues ) : void
standardComponents StandardComponents
projectionsStandardComponents EventStore.Projections.Core.ProjectionsStandardComponents
queues IPublisher>.IDictionary
return void