Table of Contents

Class AbstractMessageChannelBinder.PolledConsumerResources

Namespace
Steeltoe.Stream.Binder
Assembly
Steeltoe.Stream.StreamBase.dll
protected class AbstractMessageChannelBinder.PolledConsumerResources
Inheritance
AbstractMessageChannelBinder.PolledConsumerResources
Inherited Members

Constructors

PolledConsumerResources(IMessageSource, ErrorInfrastructure)

public PolledConsumerResources(IMessageSource source, AbstractMessageChannelBinder.ErrorInfrastructure errorInfrastructure)

Parameters

source IMessageSource
errorInfrastructure AbstractMessageChannelBinder.ErrorInfrastructure

Properties

ErrorInfrastructure

protected AbstractMessageChannelBinder.ErrorInfrastructure ErrorInfrastructure { get; }

Property Value

AbstractMessageChannelBinder.ErrorInfrastructure

Source

protected IMessageSource Source { get; }

Property Value

IMessageSource