Function getAllEventMethodFilePaths

  • Return a list of possible file paths for a given event type, implementation type, and method key. Takes backward compatibility into account. Retuns the most up-to-date path first.

    Parameters

    • eventType: ConnectorDataCollectionEventType | "all"
    • eventImplementationType:
          | "connector-event"
          | "custom-pull"
          | "full-scan"
          | "pull-latest-records"
          | "webhook"
    • methodKey: string

    Returns (undefined | null | string)[]