Documentation
    Preparing search index...

    Google Cloud Platform Pub/Sub compatible queue adapter interface.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    _client: any

    Methods

    • Hooks onto the onPublish listener system for internal pub/sub logic tracking.

      Parameters

      • topic: string

        Destination topic.

      Returns any

      The GCP listener handler loop.

    • Publishes data buffer as a Pub/Sub topic push.

      Parameters

      • data: any

        The data payload.

      • topic: string

        The GCP Topic identifier.

      Returns Promise<string>

      GCP topic tracking message ID.