NoOpStreamDeliveryFailureHandler Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IStreamFailureHandler which does nothing in response to failures.
public class NoOpStreamDeliveryFailureHandler : Orleans.Streams.IStreamFailureHandler
type NoOpStreamDeliveryFailureHandler = class
interface IStreamFailureHandler
Public Class NoOpStreamDeliveryFailureHandler
Implements IStreamFailureHandler
- Inheritance
-
NoOpStreamDeliveryFailureHandler
- Implements
No |
Initializes a new instance of the NoOpStreamDeliveryFailureHandler class. |
No |
Initializes a new instance of the NoOpStreamDeliveryFailureHandler class. |
Should |
Gets a value indicating whether the subscription should fault when there is an error. |
On |
Should be called when an event could not be delivered to a consumer, after exhausting retry attempts. |
On |
Called once all measures to deliver an event to a consumer have been exhausted. |
On |
|
On |
Should be called when establishing a subscription failed. |
Product | Versions |
---|---|
.NET Orleans | 1.5.10, 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |