Package

io.taig.communicator.phoenix

message

Permalink

package message

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Inbound extends Product with Serializable

    Permalink
  2. sealed trait Outbound extends Product with Serializable

    Permalink
  3. case class Push(topic: Topic, event: Event, payload: Json) extends Inbound with Product with Serializable

    Permalink
  4. case class Request(topic: Topic, event: Event, payload: Json, ref: Ref) extends Outbound with Product with Serializable

    Permalink
  5. case class Response(topic: Topic, event: Event, payload: Option[Payload], ref: Ref) extends Inbound with Product with Serializable

    Permalink

Value Members

  1. object Inbound extends Serializable

    Permalink
  2. object Response extends Serializable

    Permalink

Ungrouped