Skip to content

ObserverFailed.ObserverFailed(string, int, string, SiloAddress?, Exception, TimeSpan, ILifecycleObserver)

ObserverFailed(string, int, string, SiloAddress?, Exception, TimeSpan, ILifecycleObserver)

View source
public ObserverFailed(string observerName, int stage, string stageName, SiloAddress? siloAddress, Exception exception, TimeSpan elapsed, ILifecycleObserver observer)
Event payload for when a lifecycle observer has failed.

Parameters

observerNamestring
The observer name.
stageint
The numeric stage identifier.
stageNamestring
The human-readable stage name.
siloAddressSiloAddress?
The silo address associated with the event, if any.
exceptionException
The exception which caused the failure.
elapsedTimeSpan
The time elapsed before the failure.
observerILifecycleObserver
The lifecycle observer.