EventStoreFormats

Companion
object
class Object
trait Matchable
class Any

Type members

Classlikes

object ByteFormat extends BytesFormat[Byte]
abstract
class EmptyFormat[T](obj: T) extends BytesFormat[T]
object HeartbeatRequestFormat extends EmptyFormat[HeartbeatRequest]
object HeartbeatResponseFormat extends EmptyFormat[HeartbeatResponse]
object PingFormat extends EmptyFormat[Ping]
object PongFormat extends EmptyFormat[Pong]
object UserCredentialsFormat extends BytesFormat[UserCredentials]

Inherited classlikes

trait Converter[A, B]
trait ProtoReader[T, P <: Message]
Inherited from
DefaultProtoFormats
trait ProtoTryReader[T, P <: Message]
trait ProtoWriter[T]
Inherited from
DefaultProtoFormats
abstract
object UuidFormat
Inherited from
DefaultFormats

Inherited types

type Message = Message
Inherited from
DefaultProtoFormats

Value members

Inherited methods

def option[T](b: Boolean, f: => T): Option[T]
Inherited from
DefaultProtoFormats

Implicits

Implicits

implicit
val PackInReader: BytesReader[PackIn]
implicit
val PackOutWriter: BytesWriter[PackOut]