Package

io.taig.akka.http.phoenix

message

Permalink

package message

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Inbound extends Product with Serializable

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

    Permalink
  3. case class Request(topic: Topic, event: Event, payload: Json = io.circe.Json.Null, ref: Ref = ...) extends Product with Serializable

    Permalink
  4. 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 Push extends Serializable

    Permalink
  3. object Request extends Serializable

    Permalink
  4. object Response extends Serializable

    Permalink

Ungrouped