Class MessagePublishingErrorHandler
Inheritance
System.Object
MessagePublishingErrorHandler
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public class MessagePublishingErrorHandler : ErrorMessagePublisher
Constructors
|
Edit this page
View Source
MessagePublishingErrorHandler(IApplicationContext, ILogger)
Declaration
public MessagePublishingErrorHandler(IApplicationContext context, ILogger logger = null)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
ILogger |
logger |
|
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
DefaultErrorChannel
Declaration
public IMessageChannel DefaultErrorChannel { get; set; }
Property Value
Type |
Description |
IMessageChannel |
|
|
Edit this page
View Source
DefaultErrorChannelName
Declaration
public string DefaultErrorChannelName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ServiceName
Declaration
public string ServiceName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
HandleError(Exception)
Declaration
public bool HandleError(Exception exception)
Parameters
Type |
Name |
Description |
Exception |
exception |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
IErrorHandler