Class StopConsumerErrorPolicy
This is the default policy and it stops the consumer when an exception is thrown during the message processing.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Silverback.Messaging.Inbound.ErrorHandling
Assembly: Silverback.Integration.dll
Syntax
public class StopConsumerErrorPolicy : ErrorPolicyBase, IErrorPolicy
Methods
| Improve this doc View sourceBuildCore(IServiceProvider)
Declaration
protected override ErrorPolicyImplementation BuildCore(IServiceProvider serviceProvider)
Parameters
Type | Name | Description |
---|---|---|
System.IServiceProvider | serviceProvider |
Returns
Type | Description |
---|---|
ErrorPolicyImplementation |