case class BRPopLPush[R](source: String, destination: String, timeoutSeconds: Int)(implicit evidence$3: Reader[R]) extends Request[Option[R]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BRPopLPush
- Serializable
- Serializable
- Product
- Equals
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
def
argsCount: Int
- Definition Classes
- Request
-
def
decode: PartialFunction[Response, Option[R]]
- Definition Classes
- BRPopLPush → Request
- val destination: String
-
def
future: Future[Option[R]]
- Definition Classes
- Request
-
def
isReadOnly: Boolean
- Definition Classes
- Request
-
val
repliesCount: Int
- Definition Classes
- Request
- val source: String
- val timeoutSeconds: Int
-
def
toString(): String
- Definition Classes
- Request → AnyRef → Any