Interface IMessageSource
Base interface for any source of Messages that can be polled.
Namespace: Steeltoe.Integration
Assembly: Steeltoe.Integration.Abstractions.dll
Syntax
public interface IMessageSource
Methods
| Edit this page View SourceReceive()
Poll for a message from the source
Declaration
IMessage Receive()
Returns
Type | Description |
---|---|
IMessage | the message |