lonnymq
    Preparing search index...

    Interface QueueChannelModule<T>

    interface QueueChannelModule<T> {
        message: QueueChannelMessageModule<T>;
        policy: QueueChannelPolicyModule<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties