Table of Contents

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

IDestinationResolver<IMessageChannel>

_context

protected IApplicationContext _context

Field Value

IApplicationContext

_conversionService

protected IConversionService _conversionService

Field Value

IConversionService

_expressionParser

protected IExpressionParser _expressionParser

Field Value

IExpressionParser

_idGenerator

protected IIDGenerator _idGenerator

Field Value

IIDGenerator

_messageBuilderFactory

protected IMessageBuilderFactory _messageBuilderFactory

Field Value

IMessageBuilderFactory

Properties

ChannelResolver

Gets or sets the current channel resolver

public virtual IDestinationResolver<IMessageChannel> ChannelResolver { get; set; }

Property Value

IDestinationResolver<IMessageChannel>

ConversionService

Gets or sets the current conversion service

public virtual IConversionService ConversionService { get; set; }

Property Value

IConversionService

ExpressionParser

Gets or sets the current id expression parser

public virtual IExpressionParser ExpressionParser { get; set; }

Property Value

IExpressionParser

IdGenerator

Gets or sets the current id generator

public virtual IIDGenerator IdGenerator { get; set; }

Property Value

IIDGenerator

MessageBuilderFactory

Gets or sets the current message builder factory

public virtual IMessageBuilderFactory MessageBuilderFactory { get; set; }

Property Value

IMessageBuilderFactory