Skip to content

Published Constructors

Event payload for when a silo publishes its runtime statistics to the cluster.

Published(SiloAddress, SiloRuntimeStatistics)

View source
public Published(SiloAddress siloAddress, SiloRuntimeStatistics statistics)
Event payload for when a silo publishes its runtime statistics to the cluster.

Parameters

siloAddressSiloAddress
The address of the silo publishing statistics.
statisticsSiloRuntimeStatistics
The published runtime statistics.