Package

io.taig.akka.http

phoenix

Permalink

package phoenix

Visibility
  1. Public
  2. All

Type Members

  1. case class Channel(topic: Topic, flow: Flow[(Event, Json, Ref), Inbound, _])(implicit as: ActorSystem, m: Materializer) extends Product with Serializable

    Permalink
  2. sealed trait Error extends Result

    Permalink
  3. sealed case class Event(name: String) extends Product with Serializable

    Permalink
  4. case class Phoenix(flow: Flow[Request, Inbound, NotUsed], killswitch: UniqueKillSwitch) extends Product with Serializable

    Permalink
  5. final case class Ref(value: String) extends AnyVal with Product with Serializable

    Permalink
  6. sealed trait Result extends Product with Serializable

    Permalink
  7. case class Topic(name: String, identifier: Option[String]) extends Product with Serializable

    Permalink

Value Members

  1. object Channel extends Serializable

    Permalink
  2. object Default

    Permalink
  3. object Event extends Serializable

    Permalink
  4. object Phoenix extends Serializable

    Permalink
  5. object Ref extends Serializable

    Permalink
  6. object Result extends Serializable

    Permalink
  7. object Topic extends Serializable

    Permalink
  8. package message

    Permalink

Ungrouped