Class ConditionalRejectingErrorHandler
Inheritance
System.Object
ConditionalRejectingErrorHandler
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class ConditionalRejectingErrorHandler : IErrorHandler
Constructors
|
Edit this page
View Source
ConditionalRejectingErrorHandler(ILogger)
Declaration
public ConditionalRejectingErrorHandler(ILogger logger = null)
Parameters
Type |
Name |
Description |
ILogger |
logger |
|
|
Edit this page
View Source
ConditionalRejectingErrorHandler(IFatalExceptionStrategy, ILogger)
Declaration
public ConditionalRejectingErrorHandler(IFatalExceptionStrategy exceptionStrategy, ILogger logger = null)
Parameters
Fields
|
Edit this page
View Source
DEFAULT_SERVICE_NAME
Declaration
public const string DEFAULT_SERVICE_NAME = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
DiscardFatalsWithXDeath
Declaration
public virtual bool DiscardFatalsWithXDeath { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
RejectManual
Declaration
public virtual bool RejectManual { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ServiceName
Declaration
public string ServiceName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
CauseChainContainsRRADRE(Exception)
Declaration
protected virtual bool CauseChainContainsRRADRE(Exception exception)
Parameters
Type |
Name |
Description |
Exception |
exception |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
HandleError(Exception)
Declaration
public virtual bool HandleError(Exception exception)
Parameters
Type |
Name |
Description |
Exception |
exception |
|
Returns
Type |
Description |
System.Boolean |
|