Class AbstractMessageChannelBinder.ErrorInfrastructure
Inheritance
System.Object
AbstractMessageChannelBinder.ErrorInfrastructure
Assembly: Steeltoe.Stream.StreamBase.dll
Syntax
public class ErrorInfrastructure : object
Constructors
|
Edit this page
View Source
ErrorInfrastructure(ISubscribableChannel, ErrorMessageSendingRecoverer, IMessageHandler)
Declaration
public ErrorInfrastructure(ISubscribableChannel errorChannel, ErrorMessageSendingRecoverer recoverer, IMessageHandler handler)
Parameters
Properties
|
Edit this page
View Source
ErrorChannel
Declaration
public ISubscribableChannel ErrorChannel { get; }
Property Value
Type |
Description |
ISubscribableChannel |
|
|
Edit this page
View Source
Handler
Declaration
public IMessageHandler Handler { get; }
Property Value
Type |
Description |
IMessageHandler |
|
|
Edit this page
View Source
Recoverer
Declaration
public ErrorMessageSendingRecoverer Recoverer { get; }
Property Value