C# Class Paralect.ServiceBus.Dispatching.DispatcherConfigurationExtensions

Afficher le fichier Open project: paralect/Paralect.ServiceBus

Méthodes publiques

Méthode 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 méthode

public static AddHandlers ( this configuration, Assembly assembly ) : DispatcherConfiguration
configuration this
assembly System.Reflection.Assembly
Résultat DispatcherConfiguration

AddHandlers() public static méthode

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

AddInterceptor() public static méthode

public static AddInterceptor ( this configuration, Type interceptor ) : DispatcherConfiguration
configuration this
interceptor System.Type
Résultat DispatcherConfiguration

SetHandlerMarkerInterface() public static méthode

public static SetHandlerMarkerInterface ( this configuration, Type markerInterface ) : DispatcherConfiguration
configuration this
markerInterface System.Type
Résultat DispatcherConfiguration

SetMaxRetries() public static méthode

public static SetMaxRetries ( this configuration, Int32 maxRetries ) : DispatcherConfiguration
configuration this
maxRetries System.Int32
Résultat DispatcherConfiguration

SetOrder() public static méthode

public static SetOrder ( this configuration ) : DispatcherConfiguration
configuration this
Résultat DispatcherConfiguration

SetServiceLocator() public static méthode

public static SetServiceLocator ( this configuration, IServiceLocator container ) : DispatcherConfiguration
configuration this
container IServiceLocator
Résultat DispatcherConfiguration