Table of Contents

Interface IMessageSource

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

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

public interface IMessageSource

Methods

Receive()

Poll for a message from the source

IMessage Receive()

Returns

IMessage

the message