PSTopic

trait PSTopic[F[_]]
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def createTopic(project: String, topic: String): F[Topic]
def deleteTopic(project: String, topic: String): F[Unit]