PullingAgentManagerState(string, SiloAddress?, QueueId[], int)
public PullingAgentManagerState(string streamProvider, SiloAddress? siloAddress, QueueId[] currentQueues, int runningAgents) Event payload for when a pulling agent manager reports its current queue assignments.
Parameters
streamProviderstring- The name of the stream provider.
siloAddressSiloAddress?- The address of the silo.
currentQueuesQueueId[]- The queues currently owned by the manager.
runningAgentsint- The number of running pulling agents.
