Class IntegrationServices
- Namespace
- Steeltoe.Integration
- Assembly
- Steeltoe.Integration.IntegrationBase.dll
public class IntegrationServices : IIntegrationServices
- Inheritance
-
IntegrationServices
- Implements
- Inherited Members
Constructors
IntegrationServices(IApplicationContext)
public IntegrationServices(IApplicationContext context)
Parameters
context
IApplicationContext
Fields
_channelResolver
protected IDestinationResolver<IMessageChannel> _channelResolver
Field Value
_context
protected IApplicationContext _context
Field Value
_conversionService
protected IConversionService _conversionService
Field Value
_expressionParser
protected IExpressionParser _expressionParser
Field Value
_idGenerator
protected IIDGenerator _idGenerator
Field Value
_messageBuilderFactory
protected IMessageBuilderFactory _messageBuilderFactory
Field Value
Properties
ChannelResolver
Gets or sets the current channel resolver
public virtual IDestinationResolver<IMessageChannel> ChannelResolver { get; set; }
Property Value
ConversionService
Gets or sets the current conversion service
public virtual IConversionService ConversionService { get; set; }
Property Value
ExpressionParser
Gets or sets the current id expression parser
public virtual IExpressionParser ExpressionParser { get; set; }
Property Value
IdGenerator
Gets or sets the current id generator
public virtual IIDGenerator IdGenerator { get; set; }
Property Value
MessageBuilderFactory
Gets or sets the current message builder factory
public virtual IMessageBuilderFactory MessageBuilderFactory { get; set; }