Skip to content

AzureTableStorageStreamFailureHandler<TEntity> Methods

Delivery failure handler that writes failures to azure table storage.

OnDeliveryFailure(GuidId, string, StreamId, StreamSequenceToken)

View source
public Task OnDeliveryFailure(GuidId subscriptionId, string streamProviderName, StreamId streamId, StreamSequenceToken sequenceToken)
Should be called when an event could not be delivered to a consumer, after exhausting retry attempts.

Parameters

subscriptionIdGuidId
streamProviderNamestring
streamIdStreamId
sequenceTokenStreamSequenceToken

OnSubscriptionFailure(GuidId, string, StreamId, StreamSequenceToken)

View source
public Task OnSubscriptionFailure(GuidId subscriptionId, string streamProviderName, StreamId streamId, StreamSequenceToken sequenceToken)
Should be called when a subscription requested by a consumer could not be setup, after exhausting retry attempts.

Parameters

subscriptionIdGuidId
streamProviderNamestring
streamIdStreamId
sequenceTokenStreamSequenceToken