C# Class Paralect.ServiceBus.Dispatching.DispatcherConfigurationExtensions

ファイルを表示 Open project: paralect/Paralect.ServiceBus

Public Methods

Method Description
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

Method Details

AddHandlers() public static method

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

AddHandlers() public static method

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

AddInterceptor() public static method

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

SetHandlerMarkerInterface() public static method

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

SetMaxRetries() public static method

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

SetOrder() public static method

public static SetOrder ( this configuration ) : DispatcherConfiguration
configuration this
return DispatcherConfiguration

SetServiceLocator() public static method

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