Class AbstractMessageHandler
Inheritance
System.Object
AbstractMessageHandler
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public abstract class AbstractMessageHandler : IMessageHandler
Constructors
|
Edit this page
View Source
AbstractMessageHandler(IApplicationContext)
Declaration
protected AbstractMessageHandler(IApplicationContext context)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
Properties
|
Edit this page
View Source
ApplicationContext
Declaration
public IApplicationContext ApplicationContext { get; }
Property Value
Type |
Description |
IApplicationContext |
|
|
Edit this page
View Source
ComponentName
Declaration
public virtual string ComponentName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ComponentType
Declaration
public virtual string ComponentType { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IntegrationServices
Declaration
public IIntegrationServices IntegrationServices { get; }
Property Value
|
Edit this page
View Source
Order
Declaration
public int Order { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ServiceName
Declaration
public virtual string ServiceName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
HandleMessage(IMessage)
Declaration
public virtual void HandleMessage(IMessage message)
Parameters
Type |
Name |
Description |
IMessage |
message |
|
|
Edit this page
View Source
HandleMessageInternal(IMessage)
Declaration
protected abstract void HandleMessageInternal(IMessage message)
Parameters
Type |
Name |
Description |
IMessage |
message |
|
|
Edit this page
View Source
Initialize()
Declaration
public abstract void Initialize()
Implements
IOrdered