PSTopic

gcp4zio.pubsub.topic.PSTopic
See thePSTopic companion object
trait PSTopic

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def createTopic(project: String, topic: String): Task[Topic]

Attributes

project

GCP Project ID

topic

The name of the topic to be created

def deleteTopic(project: String, topic: String): Task[Unit]

Attributes

project

GCP Project ID

topic

The name of the topic to be created