ProducerRegistered(string, StreamId, GrainId, SiloAddress?)
public ProducerRegistered(string streamProvider, StreamId streamId, GrainId producerGrainId, SiloAddress? siloAddress) Event payload for when a producer is durably registered in 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 registration.
