C# 클래스 Demo.Application.Elastic.Program

파일 보기 프로젝트 열기: volak/DDD.Enterprise.Example

공개 메소드들

메소드 설명
ConfigureElastic ( ) : IElasticClient
ConfigureRabbit ( ) : IConnection
ConfigureStore ( ) : IEventStoreConnection

비공개 메소드들

메소드 설명
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

메소드 상세

ConfigureElastic() 공개 정적인 메소드

public static ConfigureElastic ( ) : IElasticClient
리턴 IElasticClient

ConfigureRabbit() 공개 정적인 메소드

public static ConfigureRabbit ( ) : IConnection
리턴 IConnection

ConfigureStore() 공개 정적인 메소드

public static ConfigureStore ( ) : IEventStoreConnection
리턴 IEventStoreConnection