C# Class DotNetWorkQueue.Factory.InterceptorFactory

Returns a new instance of the InterceptorFactory class.
Inheritance: IInterceptorFactory
ファイルを表示 Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
Create ( Type type ) : IMessageInterceptor

Creates the specified interceptor type.

The returned type will be wrapped by the message interceptor decorator for capturing metrics

InterceptorFactory ( IContainerFactory container ) : System

Initializes a new instance of the InterceptorFactory class.

Method Details

Create() public method

Creates the specified interceptor type.
The returned type will be wrapped by the message interceptor decorator for capturing metrics
public Create ( Type type ) : IMessageInterceptor
type System.Type The type.
return IMessageInterceptor

InterceptorFactory() public method

Initializes a new instance of the InterceptorFactory class.
public InterceptorFactory ( IContainerFactory container ) : System
container IContainerFactory The container.
return System