C# 클래스 Paralect.ServiceBus.Configuration

파일 보기 프로젝트 열기: paralect/Paralect.ServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
AddEndpoint ( String typeWildcard ) : Configuration
AddHandlers ( Assembly assembly ) : Configuration
AddHandlers ( Assembly assembly, String namespaces ) : Configuration
AddInterceptor ( Type interceptor ) : Configuration
Configuration ( IUnityContainer busContainer ) : System

Initializes a new instance of the T:System.Object class.

SetErrorQueue ( String queueName ) : Configuration
SetHandlerMarkerInterface ( Type markerInterface ) : Configuration
SetInputQueue ( String queueName ) : Configuration
SetMaxRetries ( Int32 maxRetries ) : Configuration
SetName ( String name ) : Configuration
SetNumberOfWorkerThreads ( Int32 number ) : Configuration

메소드 상세

AddEndpoint() 공개 메소드

public AddEndpoint ( String typeWildcard ) : Configuration
typeWildcard String
리턴 Configuration

AddHandlers() 공개 메소드

public AddHandlers ( Assembly assembly ) : Configuration
assembly System.Reflection.Assembly
리턴 Configuration

AddHandlers() 공개 메소드

public AddHandlers ( Assembly assembly, String namespaces ) : Configuration
assembly System.Reflection.Assembly
namespaces String
리턴 Configuration

AddInterceptor() 공개 메소드

public AddInterceptor ( Type interceptor ) : Configuration
interceptor System.Type
리턴 Configuration

Configuration() 공개 메소드

Initializes a new instance of the T:System.Object class.
public Configuration ( IUnityContainer busContainer ) : System
busContainer IUnityContainer
리턴 System

SetErrorQueue() 공개 메소드

public SetErrorQueue ( String queueName ) : Configuration
queueName String
리턴 Configuration

SetHandlerMarkerInterface() 공개 메소드

public SetHandlerMarkerInterface ( Type markerInterface ) : Configuration
markerInterface System.Type
리턴 Configuration

SetInputQueue() 공개 메소드

public SetInputQueue ( String queueName ) : Configuration
queueName String
리턴 Configuration

SetMaxRetries() 공개 메소드

public SetMaxRetries ( Int32 maxRetries ) : Configuration
maxRetries System.Int32
리턴 Configuration

SetName() 공개 메소드

public SetName ( String name ) : Configuration
name String
리턴 Configuration

SetNumberOfWorkerThreads() 공개 메소드

public SetNumberOfWorkerThreads ( Int32 number ) : Configuration
number System.Int32
리턴 Configuration