jpl_grpc_pubsub 3.0.0 copy "jpl_grpc_pubsub: ^3.0.0" to clipboard
jpl_grpc_pubsub: ^3.0.0 copied to clipboard

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

🛡️ Fork — Jeff Peiffer Legacy (jpl_) #

Este paquete (jpl_grpc_pubsub) es un fork de grpc_pubsub, originalmente creado por Jeff Peiffer y archivado (read-only) junto con toda la org peiffer-innovations.

El prefijo jpl_ significa Jeff Peiffer Legacy: mantenemos vivo el legado de estos paquetes, bumpeados a las últimas versiones de Dart/Flutter, en el monorepo jpl.

Licencia original conservada. El crédito del diseño y la implementación original es de Jeff Peiffer.

I'm done

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
points
4
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

grpc, http, jpl_grpc_googleapis, jpl_grpc_protobuf_convert, logging, meta, protobuf

More

Packages that depend on jpl_grpc_pubsub