GoogleApi.PubSub
Cloud Pub/Sub API client library.
Provides reliable, many-to-many, asynchronous messaging between applications.
Installation
Install this package from Hex by adding
google_api_pub_sub to your list of dependencies in mix.exs:
def deps do
[{:google_api_pub_sub, "~> 0.42"}]
endFor more information
Product documentation is available at https://cloud.google.com/pubsub/docs.
Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_pub_sub.