C# Класс DotNetWorkQueue.Factory.InterceptorFactory

Returns a new instance of the InterceptorFactory class.
Наследование: IInterceptorFactory
Показать файл Открыть проект

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

Метод Описание
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