SubscribeMessage

redis.api.pubsub.SubscribeMessage
sealed trait SubscribeMessage extends Product, Serializable

Attributes

Source
pubsub.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class PSUBSCRIBE
class PUNSUBSCRIBE
class SUBSCRIBE
class UNSUBSCRIBE

Members list

Value members

Abstract methods

def cmd: String

Attributes

Source
pubsub.scala
def params: Seq[String]

Attributes

Source
pubsub.scala

Concrete methods

def toByteString: ByteString

Attributes

Source
pubsub.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product