lonnymq
    Preparing search index...

    Class ChannelPolicySetCommand

    Index

    Constructors

    • Parameters

      • params: {
            channelId: string;
            maxConcurrency?: null | number;
            maxSize?: null | number;
            releaseIntervalMs?: null | number;
            schema: string;
        }

      Returns ChannelPolicySetCommand

    Properties

    channelId: string
    createdAt: Date
    maxConcurrency: null | number
    maxSize: null | number
    releaseIntervalMs: null | number
    schema: string

    Methods