Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct { // ProjectID is a project to which the PubSub topic belongs. ProjectID string // Topic is the name of a topic on which messages will be published. Topic string // Options are Google Cloud API options to connect to PubSub. Options []option.ClientOption // PublishSettings controls the bundling of published messages. // If not set pubsub.DefaultPublishSettings are used. PublishSettings *pubsub.PublishSettings // EnableMessageOrdering enables the delivery of ordered keys. EnableMessageOrdering bool // contains filtered or unexported fields }
Exporter publishes events on a PubSub topic.
Click to show internal directories.
Click to hide internal directories.