2.0.1 • Published 3 years ago
@bstruct/gcp-pubsub-subscription-types v2.0.1
gcp-pubsub-subscription-types
Base types for components designed to interact with Google Cloud Pubsub, in this case, just for pull subscription components.
These components are in the repositories bstruct/gcp-pubsub-subscription-*
The reason of this base types, is so that it's easier to construct the customization part of the subscriber component. Example repositories to be created soon
Interfaces
IPubsubMessage
Base message response when pulling messages from a GCP Pubsub subscription. This interface was created because in the base package from google, the object has functionality that should not be available for the purpose of the componenents mentioned above.
IPubsubMessageTransformer
To be used by the component gcp-pubsub-subscription-to-bigquery.