C# 클래스 DotNetWorkQueue.Factory.InterceptorFactory

Returns a new instance of the InterceptorFactory class.
상속: IInterceptorFactory
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

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

메소드 상세

Create() 공개 메소드

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.
리턴 IMessageInterceptor

InterceptorFactory() 공개 메소드

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