Table of Contents

Property Metadata

Namespace
Ratatoskr.Core
Assembly
Ratatoskr.dll

Metadata

Transport-specific delivery/routing metadata that is not part of the message headers. For AMQP outgoing: exchange, routing-key. For AMQP incoming: exchange, routing-key, redelivered.

public required IReadOnlyDictionary<string, object?> Metadata { get; init; }

Property Value

IReadOnlyDictionary<string, object>