ProducerUnregistered(string, StreamId, GrainId, SiloAddress?)
public ProducerUnregistered(string streamProvider, StreamId streamId, GrainId producerGrainId, SiloAddress? siloAddress) Event payload for when a producer is durably removed from pubsub state for a stream.
Parameters
streamProviderstring- The name of the stream provider.
streamIdStreamId- The stream ID.
producerGrainIdGrainId- The producer grain ID.
siloAddressSiloAddress?- The address of the silo handling this removal.
