Package

eventstore

tcp

Permalink

package tcp

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. tcp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Bytes = Array[Byte]

    Permalink
  2. trait EventStoreFormats extends EventStoreProtoFormats

    Permalink
  3. trait EventStoreProtoFormats extends DefaultProtoFormats with DefaultFormats

    Permalink
  4. type Flag = Byte

    Permalink
  5. type Flags = Byte

    Permalink
  6. sealed trait Pack extends AnyRef

    Permalink
  7. case class PackIn(message: Try[In], correlationId: Uuid = randomUuid) extends Pack with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  8. case class PackOut(message: Out, correlationId: Uuid = randomUuid, credentials: Option[UserCredentials] = None) extends Pack with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()

Value Members

  1. object BidiReply

    Permalink
  2. object ConnectionActor

    Permalink
  3. object EventStoreFlow

    Permalink
  4. object EventStoreFormats extends EventStoreFormats

    Permalink
  5. object EventStoreProtoFormats extends EventStoreProtoFormats

    Permalink
  6. object Flag

    Permalink
  7. object Flags

    Permalink
  8. object MarkerByte

    Permalink
  9. object PackIn extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped