PubSub

me.wojnowski.googlecloud4s.pubsub.PubSub
See thePubSub companion object
trait PubSub[F[_]]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def createTopic(topic: Topic): F[Unit]
def publish(topic: Topic, messages: NonEmptyList[OutgoingMessage]): F[Unit]

Concrete methods

def publish(topic: Topic, message: OutgoingMessage): F[Unit]