NoOpStreamDeliveryFailureHandler Class
Definition
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
Constructors
NoOpStreamDeliveryFailureHandler() |
Initializes a new instance of the NoOpStreamDeliveryFailureHandler class. |
NoOpStreamDeliveryFailureHandler(Boolean) |
Initializes a new instance of the NoOpStreamDeliveryFailureHandler class. |
Properties
ShouldFaultSubsriptionOnError |
Gets a value indicating whether the subscription should fault when there is an error. |
Methods
OnDeliveryFailure(GuidId, String, IStreamIdentity, StreamSequenceToken) |
Should be called when an event could not be delivered to a consumer, after exhausting retry attempts. |
OnDeliveryFailure(GuidId, String, StreamId, StreamSequenceToken) |
Called once all measures to deliver an event to a consumer have been exhausted. |
OnSubscriptionFailure(GuidId, String, IStreamIdentity, StreamSequenceToken) | |
OnSubscriptionFailure(GuidId, String, StreamId, StreamSequenceToken) |
Should be called when establishing a subscription failed. |