C# Class MassTransit.AutomatonymousAutofacIntegration.StateMachineSagaConfiguratorCache

Datei anzeigen Open project: MassTransit/MassTransit

Public Methods

Method Description
Configure ( Type sagaType, IReceiveEndpointConfigurator configurator, ILifetimeScope scope, string name ) : void

Private Methods

Method Description
GetOrAdd ( Type type ) : CachedConfigurator

Method Details

Configure() public static method

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