Class EventDrivenConsumerEndpoint
Inheritance
System.Object
EventDrivenConsumerEndpoint
Implements
IServiceNameAware
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public class EventDrivenConsumerEndpoint : AbstractEndpoint
Constructors
|
Edit this page
View Source
EventDrivenConsumerEndpoint(IApplicationContext, ISubscribableChannel, IMessageHandler)
Declaration
public EventDrivenConsumerEndpoint(IApplicationContext context, ISubscribableChannel inputChannel, IMessageHandler handler)
Parameters
Type |
Name |
Description |
IApplicationContext |
context |
|
ISubscribableChannel |
inputChannel |
|
IMessageHandler |
handler |
|
Properties
|
Edit this page
View Source
Handler
Declaration
public virtual IMessageHandler Handler { get; }
Property Value
Type |
Description |
IMessageHandler |
|
|
Edit this page
View Source
Declaration
public virtual IMessageChannel InputChannel { get; }
Property Value
Type |
Description |
IMessageChannel |
|
|
Edit this page
View Source
OutputChannel
Declaration
public virtual IMessageChannel OutputChannel { get; }
Property Value
Type |
Description |
IMessageChannel |
|
Methods
|
Edit this page
View Source
DoStart()
Declaration
protected override Task DoStart()
Returns
Overrides
|
Edit this page
View Source
DoStop()
Declaration
protected override Task DoStop()
Returns
Overrides
Implements
IServiceNameAware