lonnymq
    Preparing search index...

    Interface QueueChannelMessageModule<T>

    interface QueueChannelMessageModule<T> {
        create(
            params: { content: Buffer; databaseClient: T; dequeueAt?: number },
        ): Promise<MessageCreateCommandResult>;
    }

    Type Parameters

    • T
    Index

    Methods

    Methods