grpc_pubsub 1.0.6 copy "grpc_pubsub: ^1.0.6" to clipboard
grpc_pubsub: ^1.0.6 copied to clipboard

Wrapper client around the gRPC based APIs for Google Pub/Sub that supports streaming and retries.

Table of Contents

grpc_pubsub #

Library to work with the the gRPC based APIs for Cloud Pub/Sub.

All the requests support retries with a progressive backoff by default. The streaming pull is designed to be fault tolerant with automated reconnects to ensure that once subscribed, the messages are properly received with minimal effort from the client.

Using the library #

Add the repo to your Flutter pubspec.yaml file.

dependencies:
  grpc_pubsub: <<version>> 

Then run...

flutter packages get
0
likes
120
pub points
0%
popularity

Publisher

verified publisherpeifferinnovations.com

Wrapper client around the gRPC based APIs for Google Pub/Sub that supports streaming and retries.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

grpc, grpc_googleapis, grpc_protobuf_convert, logging, meta, protobuf

More

Packages that depend on grpc_pubsub