Documentation
    Preparing search index...

    Interface IMQServiceOptions

    interface IMQServiceOptions {
        afterCall?: IMQAfterCall<IMQService>;
        beforeCall?: IMQBeforeCall<IMQService>;
        childrenPerCore: number;
        multiProcess: boolean;
    }

    Hierarchy

    • IMQOptions
      • IMQServiceOptions
    Index

    Properties

    childrenPerCore: number
    multiProcess: boolean