C# Класс paramore.brighter.serviceactivator.Ports.ControlBusHandlerFactory

Наследование: IAmAHandlerFactory
Показать файл Открыть проект

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

Метод Описание
ControlBusHandlerFactory ( IDispatcher worker, Func commandProcessorFactory ) : System
Create ( Type handlerType ) : IHandleRequests

Creates the specified handler type.

Release ( IHandleRequests handler ) : void

Releases the specified handler.

Описание методов

ControlBusHandlerFactory() публичный Метод

public ControlBusHandlerFactory ( IDispatcher worker, Func commandProcessorFactory ) : System
worker IDispatcher
commandProcessorFactory Func
Результат System

Create() публичный Метод

Creates the specified handler type.
public Create ( Type handlerType ) : IHandleRequests
handlerType System.Type Type of the handler.
Результат IHandleRequests

Release() публичный Метод

Releases the specified handler.
public Release ( IHandleRequests handler ) : void
handler IHandleRequests The handler.
Результат void