NoOpStreamDeliveryFailureHandler
class
Namespace: Orleans.Streams
IStreamFailureHandler which does nothing in response to failures. public class NoOpStreamDeliveryFailureHandler : IStreamFailureHandlerConstructors
NoOpStreamDeliveryFailureHandlerInitializes a new instance of theNoOpStreamDeliveryFailureHandlerclass.NoOpStreamDeliveryFailureHandler(bool)Initializes a new instance of theNoOpStreamDeliveryFailureHandlerclass.
Properties
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.
