C# 클래스 Paralect.ServiceBus.Dispatching.DispatcherConfigurationExtensions

파일 보기 프로젝트 열기: paralect/Paralect.ServiceBus

공개 메소드들

메소드 설명
AddHandlers ( this configuration, Assembly assembly ) : DispatcherConfiguration
AddHandlers ( this configuration, Assembly assembly, String namespaces ) : DispatcherConfiguration
AddInterceptor ( this configuration, Type interceptor ) : DispatcherConfiguration
SetHandlerMarkerInterface ( this configuration, Type markerInterface ) : DispatcherConfiguration
SetMaxRetries ( this configuration, Int32 maxRetries ) : DispatcherConfiguration
SetOrder ( this configuration ) : DispatcherConfiguration
SetServiceLocator ( this configuration, IServiceLocator container ) : DispatcherConfiguration

메소드 상세

AddHandlers() 공개 정적인 메소드

public static AddHandlers ( this configuration, Assembly assembly ) : DispatcherConfiguration
configuration this
assembly System.Reflection.Assembly
리턴 DispatcherConfiguration

AddHandlers() 공개 정적인 메소드

public static AddHandlers ( this configuration, Assembly assembly, String namespaces ) : DispatcherConfiguration
configuration this
assembly System.Reflection.Assembly
namespaces String
리턴 DispatcherConfiguration

AddInterceptor() 공개 정적인 메소드

public static AddInterceptor ( this configuration, Type interceptor ) : DispatcherConfiguration
configuration this
interceptor System.Type
리턴 DispatcherConfiguration

SetHandlerMarkerInterface() 공개 정적인 메소드

public static SetHandlerMarkerInterface ( this configuration, Type markerInterface ) : DispatcherConfiguration
configuration this
markerInterface System.Type
리턴 DispatcherConfiguration

SetMaxRetries() 공개 정적인 메소드

public static SetMaxRetries ( this configuration, Int32 maxRetries ) : DispatcherConfiguration
configuration this
maxRetries System.Int32
리턴 DispatcherConfiguration

SetOrder() 공개 정적인 메소드

public static SetOrder ( this configuration ) : DispatcherConfiguration
configuration this
리턴 DispatcherConfiguration

SetServiceLocator() 공개 정적인 메소드

public static SetServiceLocator ( this configuration, IServiceLocator container ) : DispatcherConfiguration
configuration this
container IServiceLocator
리턴 DispatcherConfiguration