case class ConfigGet(parameter: String) extends Request[Map[String, String]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfigGet
- Serializable
- Serializable
- Product
- Equals
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ConfigGet(parameter: String)
Value Members
-
def
argsCount: Int
- Definition Classes
- Request
- def decode: PartialFunction[Response, Map[String, String]]
-
def
future: Future[Map[String, String]]
- Definition Classes
- Request
-
def
isReadOnly: Boolean
- Definition Classes
- Request
- val parameter: String
-
val
repliesCount: Int
- Definition Classes
- Request
-
def
toString(): String
- Definition Classes
- Request → AnyRef → Any