Table of Contents

Delegate Delegates.RawDataPayloadHandler

Namespace
SmarterLink.Core.Messaging
Assembly
SmarterLink.Core.dll

Handler for a raw (un-enveloped) MQTT message.

public delegate Task Delegates.RawDataPayloadHandler(string topic, ReadOnlyMemory<byte> rawPayload)

Parameters

topic string

The MQTT topic on which the message arrived.

rawPayload ReadOnlyMemory<byte>

The raw binary payload.

Returns

Task
Handler for a raw (un-enveloped) MQTT message.