PSTopicImpl

gcp4zio.pubsub.topic.PSTopicImpl
case class PSTopicImpl(client: TopicAdminClient) extends PSTopic

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PSTopic
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def createTopic(projectId: String, topicId: String): Task[Topic]

Attributes

project

GCP Project ID

topic

The name of the topic to be created

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

Attributes

project

GCP Project ID

topic

The name of the topic to be created

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product