PubSubReply

io.chrisdavenport.rediculous.RedisPubSub.PubSubReply
See thePubSubReply companion trait
object PubSubReply

Attributes

Companion
trait
Source
RedisPubSub.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Msg(message: PubSubMessage) extends PubSubReply

Attributes

Source
RedisPubSub.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PubSubReply
class Object
trait Matchable
class Any
Show all
case object Pong extends PubSubReply

Attributes

Source
RedisPubSub.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PubSubReply
class Object
trait Matchable
class Any
Show all
Self type
Pong.type
case class Subscribed(subscription: String, subscriptionsCount: Int) extends PubSubReply

Attributes

Source
RedisPubSub.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PubSubReply
class Object
trait Matchable
class Any
Show all
case class Unsubscribed(subscription: String, subscriptionsCount: Int) extends PubSubReply

Attributes

Source
RedisPubSub.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait PubSubReply
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Implicits

Implicits

implicit val resp: RedisResult[PubSubReply]

Attributes

Source
RedisPubSub.scala