pubsub library
Classes
- Message
- The content of a Pub/Sub message.
-
Page<
T> - A single page of paged results from a query.
- PubSub
- A Cloud Pub/Sub client.
- PullEvent
- A Pub/Sub pull event.
- PushEvent
- Pub/Sub push event.
-
StreamFromPages<
T> - Helper class to turn a series of pages into a stream.
- Subscription
- A Pub/Sub subscription
- Topic
- A Pub/Sub topic.
Properties
- pubsubService → PubSub
-
Access the PubSub object available in the current service scope.
no setter
Functions
-
registerPubSubService(
PubSub pubsub) → void -
Registers the
pubsub
object within the current service scope.
Typedefs
-
FirstPageProvider<
T> = Future< Page< Function(int pageSize)T> >