C# 클래스 paramore.brighter.serviceactivator.Ports.ControlBusHandlerFactory

상속: IAmAHandlerFactory
파일 보기 프로젝트 열기: iancooper/Paramore

공개 메소드들

메소드 설명
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