C# Class paramore.brighter.serviceactivator.Ports.ControlBusHandlerFactory

Inheritance: IAmAHandlerFactory
Afficher le fichier Open project: iancooper/Paramore

Méthodes publiques

Méthode Description
ControlBusHandlerFactory ( IDispatcher worker, Func commandProcessorFactory ) : System
Create ( Type handlerType ) : IHandleRequests

Creates the specified handler type.

Release ( IHandleRequests handler ) : void

Releases the specified handler.

Method Details

ControlBusHandlerFactory() public méthode

public ControlBusHandlerFactory ( IDispatcher worker, Func commandProcessorFactory ) : System
worker IDispatcher
commandProcessorFactory Func
Résultat System

Create() public méthode

Creates the specified handler type.
public Create ( Type handlerType ) : IHandleRequests
handlerType System.Type Type of the handler.
Résultat IHandleRequests

Release() public méthode

Releases the specified handler.
public Release ( IHandleRequests handler ) : void
handler IHandleRequests The handler.
Résultat void