C# Class NServiceBus.Features.Sagas

Used to configure saga.
Inheritance: Feature
Exibir arquivo Open project: Particular/NServiceBus

Protected Methods

Method Description
Setup ( NServiceBus.Features.FeatureConfigurationContext context ) : void

See Feature.Setup.

Private Methods

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

See Feature.Setup.
protected Setup ( NServiceBus.Features.FeatureConfigurationContext context ) : void
context NServiceBus.Features.FeatureConfigurationContext
return void