io.chrisdavenport.rediculous.RedisPubSub.PubSubReply
See thePubSubReply companion trait
object PubSubReply
Attributes
- Companion
- trait
- Source
- RedisPubSub.scala
- Graph
-
- Supertypes
- Self type
-
PubSubReply.type
Members list
Type members
Classlikes
case class Msg(message: PubSubMessage) extends PubSubReply
Attributes
- Source
- RedisPubSub.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PubSubReplyclass Objecttrait Matchableclass AnyShow all
case object Pong extends PubSubReply
Attributes
- Source
- RedisPubSub.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait PubSubReplyclass Objecttrait Matchableclass AnyShow all
- Self type
-
Pong.type
case class Subscribed(subscription: String, subscriptionsCount: Int) extends PubSubReply
Attributes
- Source
- RedisPubSub.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PubSubReplyclass Objecttrait Matchableclass AnyShow all
case class Unsubscribed(subscription: String, subscriptionsCount: Int) extends PubSubReply
Attributes
- Source
- RedisPubSub.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PubSubReplyclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The name of the type
Implicits
Implicits
Attributes
- Source
- RedisPubSub.scala
In this article