StreamInactive(string, StreamId, TimeSpan, SiloAddress?)
public StreamInactive(string streamProvider, StreamId streamId, TimeSpan inactivityPeriod, SiloAddress? siloAddress) Event payload for when a stream becomes inactive due to no activity.
Parameters
streamProviderstring- The name of the stream provider.
streamIdStreamId- The stream ID.
inactivityPeriodTimeSpan- The configured inactivity period.
siloAddressSiloAddress?- The address of the silo where this occurred.
