case class Publish[W](channel: String, message: W)(implicit evidence$1: Writer[W]) extends Request[Long] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Publish
- Serializable
- Serializable
- Product
- Equals
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
argsCount: Int
- Definition Classes
- Request
- val channel: String
- def decode: PartialFunction[Response, Long]
-
def
future: Future[Long]
- Definition Classes
- Request
-
def
isReadOnly: Boolean
- Definition Classes
- Request
- val message: W
-
val
repliesCount: Int
- Definition Classes
- Request
-
def
toString(): String
- Definition Classes
- Request → AnyRef → Any