C# Class MassTransit.AutomatonymousAutofacIntegration.StateMachineSagaConfiguratorCache

Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode Description
Configure ( Type sagaType, IReceiveEndpointConfigurator configurator, ILifetimeScope scope, string name ) : void

Private Methods

Méthode Description
GetOrAdd ( Type type ) : CachedConfigurator

Method Details

Configure() public static méthode

public static Configure ( Type sagaType, IReceiveEndpointConfigurator configurator, ILifetimeScope scope, string name ) : void
sagaType System.Type
configurator IReceiveEndpointConfigurator
scope ILifetimeScope
name string
Résultat void