IStreamFailureHandler Interface
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.
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. |