C# 클래스 EventCentric.MultiMicroserviceContainer

This container listens for Fatal error ocurred messages in order to request a system halt.
상속: MicroserviceWorker
파일 보기 프로젝트 열기: Narvalex/EventCentric

공개 메소드들

메소드 설명
MultiMicroserviceContainer ( IBus bus, ILogger log, IEnumerable services ) : EventCentric.Log
Start ( ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
OnStarting ( ) : void
OnStopping ( ) : void
RegisterHandlersInBus ( IBusRegistry bus ) : void

메소드 상세

MultiMicroserviceContainer() 공개 메소드

public MultiMicroserviceContainer ( IBus bus, ILogger log, IEnumerable services ) : EventCentric.Log
bus IBus
log ILogger
services IEnumerable
리턴 EventCentric.Log

OnStarting() 보호된 메소드

protected OnStarting ( ) : void
리턴 void

OnStopping() 보호된 메소드

protected OnStopping ( ) : void
리턴 void

RegisterHandlersInBus() 보호된 메소드

protected RegisterHandlersInBus ( IBusRegistry bus ) : void
bus IBusRegistry
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void