Skip to content

Received Constructors

Event payload for when a silo receives runtime statistics from another silo.

Received(SiloAddress, SiloAddress, SiloRuntimeStatistics)

View source
public Received(SiloAddress fromSilo, SiloAddress receiverSilo, SiloRuntimeStatistics statistics)
Event payload for when a silo receives runtime statistics from another silo.

Parameters

fromSiloSiloAddress
The address of the silo that sent the statistics.
receiverSiloSiloAddress
The address of the silo that received the statistics.
statisticsSiloRuntimeStatistics
The received runtime statistics.