MessageType

avokka.arangodb.protocol.MessageType
See theMessageType companion object
sealed abstract class MessageType(val value: Int, val show: String) extends IntEnumEntry

Attributes

Companion
object
Graph
Supertypes
class IntEnumEntry
trait ValueEnumEntry[Int]
class Object
trait Matchable
class Any
Known subtypes
object Authentication.type
object Request.type
object ResponseChunk.type
object ResponseFinal.type

Members list

Value members

Concrete fields

val show: String
val value: Int

Value of this entry

Value of this entry

Attributes