C# Class NServiceBus.Features.Sagas

Used to configure saga.
Inheritance: Feature
Afficher le fichier Open project: Particular/NServiceBus

Méthodes protégées

Méthode Description
Setup ( NServiceBus.Features.FeatureConfigurationContext context ) : void

See Feature.Setup.

Private Methods

Méthode Description
IsCompatible ( Type t, Type source ) : bool
IsSagaNotFoundHandler ( Type t ) : bool
IsSagaType ( Type t ) : bool
IsTypeATimeoutHandledByAnySaga ( Type type, IEnumerable sagas ) : bool
RegisterCustomFindersInContainer ( IConfigureComponents container, IEnumerable sagaMetaModel ) : void
Sagas ( ) : System

Method Details

Setup() protected méthode

See Feature.Setup.
protected Setup ( NServiceBus.Features.FeatureConfigurationContext context ) : void
context NServiceBus.Features.FeatureConfigurationContext
Résultat void