C# Class Demo.Application.Elastic.Program

Afficher le fichier Open project: volak/DDD.Enterprise.Example

Méthodes publiques

Méthode Description
ConfigureElastic ( ) : IElasticClient
ConfigureRabbit ( ) : IConnection
ConfigureStore ( ) : IEventStoreConnection

Private Methods

Méthode 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

ConfigureElastic() public static méthode

public static ConfigureElastic ( ) : IElasticClient
Résultat IElasticClient

ConfigureRabbit() public static méthode

public static ConfigureRabbit ( ) : IConnection
Résultat IConnection

ConfigureStore() public static méthode

public static ConfigureStore ( ) : IEventStoreConnection
Résultat IEventStoreConnection