Interface IIntegrationServices
- Namespace
- Steeltoe.Integration
- Assembly
- Steeltoe.Integration.Abstractions.dll
A group of commonly used services used by the integration components
public interface IIntegrationServices
Properties
ChannelResolver
Gets or sets the current channel resolver
IDestinationResolver<IMessageChannel> ChannelResolver { get; set; }
Property Value
ConversionService
Gets or sets the current conversion service
IConversionService ConversionService { get; set; }
Property Value
ExpressionParser
Gets or sets the current id expression parser
IExpressionParser ExpressionParser { get; set; }
Property Value
IdGenerator
Gets or sets the current id generator
IIDGenerator IdGenerator { get; set; }
Property Value
MessageBuilderFactory
Gets or sets the current message builder factory
IMessageBuilderFactory MessageBuilderFactory { get; set; }