Table of Contents

Interface IMessageIdGenerator

Namespace
AWS.Messaging.Services
Assembly
AWS.Messaging.dll

This interface provides the functionality to generate a unique message ID.

public interface IMessageIdGenerator

Methods

GenerateIdAsync()

Returns a unique ID.

ValueTask<string> GenerateIdAsync()

Returns

ValueTask<string>