Table of Contents

Interface IMessageSource

Namespace
Steeltoe.Integration
Assembly
Steeltoe.Integration.Abstractions.dll

Base interface for any source of Messages that can be polled.

[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IMessageSource

Methods

Receive()

Poll for a message from the source

IMessage Receive()

Returns

IMessage

the message