| Interface | Description |
|---|---|
| Publisher | |
| Subscriber |
| Class | Description |
|---|---|
| BufferingSubscriber |
This implements a
Subscriber that provides a base subscriber that buffers a fixed number of messages read. |
| BulletPubSubResponder |
Use this as a
PubSubResponder if async results should be sent to a PubSub interface. |
| Metadata | |
| PubSub |
Notation: Partition is a unit of parallelism in the Pub/Sub queue.
|
| PubSubMessage |
The class of messages that can be understood by the PubSub package.
|
| PubSubResponder |
This can be extended by any class that needs to respond to a
PubSubMessage. |
| Enum | Description |
|---|---|
| Metadata.Signal | |
| PubSub.Context |
The context determines how the
Publisher and Subscriber returned by PubSub behave. |
| Exception | Description |
|---|---|
| PubSubException |
Copyright © 2021. All rights reserved.