PullingAgentStreamRegistrationFailed(string, SiloAddress?, QueueId, StreamId, Exception)
public PullingAgentStreamRegistrationFailed(string streamProvider, SiloAddress? siloAddress, QueueId queueId, StreamId streamId, Exception exception) Event payload for when a persistent stream pulling agent fails to register a local stream entry.
Parameters
streamProviderstring- The name of the stream provider.
siloAddressSiloAddress?- The address of the silo.
queueIdQueueId- The queue handled by the pulling agent.
streamIdStreamId- The stream ID.
exceptionException- The registration exception.
