IStreamFailureHandler Interface

Definition

Functionality for handling stream failures.

public interface IStreamFailureHandler
type IStreamFailureHandler = interface
Public Interface IStreamFailureHandler
Derived

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 once all measures to deliver an event to a consumer have been exhausted.

OnDeliveryFailure(GuidId, String, StreamId, StreamSequenceToken)

Called once all measures to deliver an event to a consumer have been exhausted.

OnSubscriptionFailure(GuidId, String, IStreamIdentity, StreamSequenceToken)

Should be called when establishing a subsription failed.

OnSubscriptionFailure(GuidId, String, StreamId, StreamSequenceToken)

Should be called when establishing a subscription failed.

Applies to