jpl_grpc_pubsub 3.0.0
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 degrpc_pubsub, originalmente creado por Jeff Peiffer y archivado (read-only) junto con toda la orgpeiffer-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 monorepojpl.Licencia original conservada. El crédito del diseño y la implementación original es de Jeff Peiffer.
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