nestjs-temporal-core
    Preparing search index...

    Interface ActivityMethodMetadata

    Metadata for activity methods discovered through decorators. Contains method information and handler functions.

    interface ActivityMethodMetadata {
        handler: ActivityMethodHandler;
        name: string;
        options?: Record<string, string | number | boolean | object>;
        originalName: string;
    }
    Index

    Properties

    name: string
    options?: Record<string, string | number | boolean | object>
    originalName: string