C# Class Recipes.Wires.SetupClassThatReplacesIoCContainerFramework

Show file Open project: gnschenker/RecipesWithCqrsAndEs Class Usage Examples

Public Properties

Property Type Description
CreateInbox IPartitionInbox>.Func
CreateNuclear NuclearStorage>.Func
CreateQueueWriter IQueueWriter>.Func
Streamer IEnvelopeStreamer
Streaming IStreamingRoot
Tapes ITapeStorageFactory

Public Methods

Method Description
AssembleComponents ( ) : AssembledComponents

Private Methods

Method Description
CallHandlers ( RedirectToDynamicEvent functions, Lokad.Cqrs.ImmutableEnvelope aem ) : void

Method Details

AssembleComponents() public method

public AssembleComponents ( ) : AssembledComponents
return AssembledComponents

Property Details

CreateInbox public property

public Func CreateInbox
return IPartitionInbox>.Func

CreateNuclear public property

public Func CreateNuclear
return NuclearStorage>.Func

CreateQueueWriter public property

public Func CreateQueueWriter
return IQueueWriter>.Func

Streamer public property

public IEnvelopeStreamer Streamer
return IEnvelopeStreamer

Streaming public property

public IStreamingRoot Streaming
return IStreamingRoot

Tapes public property

public ITapeStorageFactory Tapes
return ITapeStorageFactory