Class SkipMessageErrorPolicy
This policy skips the message that failed to be processed.
Inheritance
SkipMessageErrorPolicy
Assembly: Silverback.Integration.dll
Syntax
public record SkipMessageErrorPolicy : ErrorPolicyBase, IErrorPolicy, IEquatable<ErrorPolicyBase>, IEquatable<SkipMessageErrorPolicy>
Constructors
SkipMessageErrorPolicy(SkipMessageErrorPolicy)
This policy skips the message that failed to be processed.
Declaration
protected SkipMessageErrorPolicy(SkipMessageErrorPolicy original)
Parameters
Properties
EqualityContract
This policy skips the message that failed to be processed.
Declaration
protected override Type EqualityContract { get; }
Property Value
Overrides
Methods
BuildCore(IServiceProvider)
Returns the actual error policy implementation, built using the provided
IServiceProvider.
Declaration
protected override ErrorPolicyImplementation BuildCore(IServiceProvider serviceProvider)
Parameters
Returns
Overrides
Equals(ErrorPolicyBase?)
This policy skips the message that failed to be processed.
Declaration
public override sealed bool Equals(ErrorPolicyBase? other)
Parameters
Returns
Overrides
Equals(SkipMessageErrorPolicy?)
This policy skips the message that failed to be processed.
Declaration
public virtual bool Equals(SkipMessageErrorPolicy? other)
Parameters
Returns
Equals(object?)
This policy skips the message that failed to be processed.
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
GetHashCode()
This policy skips the message that failed to be processed.
Declaration
public override int GetHashCode()
Returns
Overrides
PrintMembers(StringBuilder)
This policy skips the message that failed to be processed.
Declaration
protected override bool PrintMembers(StringBuilder builder)
Parameters
Returns
Overrides
ToString()
This policy skips the message that failed to be processed.
Declaration
public override string ToString()
Returns
Overrides
Operators
operator ==(SkipMessageErrorPolicy?, SkipMessageErrorPolicy?)
This policy skips the message that failed to be processed.
Declaration
public static bool operator ==(SkipMessageErrorPolicy? left, SkipMessageErrorPolicy? right)
Parameters
Returns
operator !=(SkipMessageErrorPolicy?, SkipMessageErrorPolicy?)
This policy skips the message that failed to be processed.
Declaration
public static bool operator !=(SkipMessageErrorPolicy? left, SkipMessageErrorPolicy? right)
Parameters
Returns
Implements