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