1.0.0 • Published 3 years ago

@bstruct/pubsub-message-types v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

pubsub-message-types

Base types for components designed to interact with Publisher/Subscriber systems.

For Google Cloud Pubsub, 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 repository: https://github.com/bstruct/gcp-pubsub-subscription-to-bigquery-example-transformer

Interfaces

IPubsubMessage

Base Pubblisher/Subcriber message type. Should match most of the existing products on that space.

IPubsubMessageTransformer

To be used by message transformer components. Example: gcp-pubsub-subscription-to-bigquery.