Interface CircuitBreakerOpened
- Namespace
- MassTransit.Contracts
- Assembly
- MassTransit.Abstractions.dll
public interface CircuitBreakerOpened
Properties
Exception
The exception that caused the circuit breaker to open
Exception Exception { get; }