Learn R Programming

googlePubsubR (version 0.0.4)

topics_publish: Adds one or more messages to the topic

Description

Adds one or more messages to the topic

Usage

topics_publish(messages, topic)

Value

A character vector containing message IDs

Arguments

messages

list Required, a list containing the messages to be published

topic

Topic, character Required, an instance of a Topic object or a topic name

See Also

Other Topic functions: topics_create(), topics_delete(), topics_exists(), topics_get(), topics_list_subscriptions(), topics_list(), topics_patch()