Edit

Share via


NoOpStreamDeliveryFailureHandler Class

Definition

IStreamFailureHandler which does nothing in response to failures.

C#
public class NoOpStreamDeliveryFailureHandler : Orleans.Streams.IStreamFailureHandler
Inheritance
NoOpStreamDeliveryFailureHandler
Implements

Constructors

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.

Applies to

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