PubSub

trait PubSub[F[_]]
Companion
object
class Object
trait Matchable
class Any

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]