Response

kreuzberg.rpc.Response
See theResponse companion object
case class Response(json: Json, statusCode: Int)

A Response from a dispatcher.

Value parameters

json

Serialized response

statusCode

status code to use. By default this is taken from the JSON (see Response.fromJsonString)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product