Received(SiloAddress, SiloAddress, SiloRuntimeStatistics)
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.
