C# Class EventCentric.MultiMicroserviceContainer

This container listens for Fatal error ocurred messages in order to request a system halt.
Inheritance: MicroserviceWorker
Afficher le fichier Open project: Narvalex/EventCentric

Méthodes publiques

Méthode Description
MultiMicroserviceContainer ( IBus bus, ILogger log, IEnumerable services ) : EventCentric.Log
Start ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
OnStarting ( ) : void
OnStopping ( ) : void
RegisterHandlersInBus ( IBusRegistry bus ) : void

Method Details

MultiMicroserviceContainer() public méthode

public MultiMicroserviceContainer ( IBus bus, ILogger log, IEnumerable services ) : EventCentric.Log
bus IBus
log ILogger
services IEnumerable
Résultat EventCentric.Log

OnStarting() protected méthode

protected OnStarting ( ) : void
Résultat void

OnStopping() protected méthode

protected OnStopping ( ) : void
Résultat void

RegisterHandlersInBus() protected méthode

protected RegisterHandlersInBus ( IBusRegistry bus ) : void
bus IBusRegistry
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void