C# Class Demo.Domain.Program

Datei anzeigen Open project: volak/DDD.Enterprise.Example

Public Methods

Method Description
ConfigureRabbit ( ) : IConnection
ConfigureRiak ( ) : IRiakClient
ConfigureStore ( ) : IEventStoreConnection

Private Methods

Method Description
ExceptionTrapper ( object sender, System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs e ) : void
InitBus ( ) : Task
InitiateSetup ( ) : void
Main ( string args ) : void
SetupApplication ( SetupInfo info = null ) : Task
UnhandledExceptionTrapper ( object sender, UnhandledExceptionEventArgs e ) : void

Method Details

ConfigureRabbit() public static method

public static ConfigureRabbit ( ) : IConnection
return IConnection

ConfigureRiak() public static method

public static ConfigureRiak ( ) : IRiakClient
return IRiakClient

ConfigureStore() public static method

public static ConfigureStore ( ) : IEventStoreConnection
return IEventStoreConnection