IStreamFailureHandler
interface
Namespace: Orleans.Streams
Functionality for handling stream failures.
public interface IStreamFailureHandlerProperties
ShouldFaultSubsriptionOnErrorGets a value indicating whether the subscription should fault when there is an error.
Methods
OnDeliveryFailure(GuidId, string, StreamId, StreamSequenceToken)Called once all measures to deliver an event to a consumer have been exhausted.OnSubscriptionFailure(GuidId, string, StreamId, StreamSequenceToken)Should be called when establishing a subscription failed.
