platypush/platypush/backend/google/pubsub/manifest.yaml

10 lines
252 B
YAML
Raw Normal View History

manifest:
events:
platypush.message.event.google.pubsub.GooglePubsubMessageEvent: when a new message
is received ona subscribed topic.
install:
pip:
- google-cloud-pubsub
package: platypush.backend.google.pubsub
type: backend