Table of Contents

Interface ISupervisor

Namespace
MassTransit
Assembly
MassTransit.Abstractions.dll

A supervisor with a set of agents (a supervisor is also an agent)

public interface ISupervisor : IAgent
Inherited Members
Extension Methods

Properties

PeakActiveCount

The peak number of agents active at the same time

int PeakActiveCount { get; }

Property Value

int

TotalCount

The total number of agents that were added to the supervisor

long TotalCount { get; }

Property Value

long

Methods

Add(IAgent)

Add an Agent to the Supervisor

void Add(IAgent agent)

Parameters

agent IAgent

The agent