PubSubProducer

fs2.pubsub.PubSubProducer
See thePubSubProducer companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Async

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Async.type
trait Async[F[_], A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Builder

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Builder.type
sealed abstract class Config

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Config

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Config.type

Value members

Concrete methods

def fromPubSubClient[F[_], A : MessageEncoder](pubSubClient: PubSubClient[F]): FromPubSubClient[F, A]