Package

castalia

Permalink

package castalia

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. castalia
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type AnyJsonObject = Option[Map[String, JsValue]]

    Permalink
  2. trait Config extends AnyRef

    Permalink
  3. trait Delay extends AnyRef

    Permalink

    Delay trait: used for mixin with actors.

  4. trait DelayedDistribution extends Delay

    Permalink
  5. type Endpoint = String

    Permalink
  6. type EndpointIds = Option[Map[String, String]]

    Permalink
  7. type Metrics = Map[String, Int]

    Permalink
  8. class Receptionist extends Actor with ActorLogging

    Permalink
  9. type StatusCode = Int

    Permalink
  10. case class UnmarshalException(s: String) extends Exception with Product with Serializable

    Permalink

Value Members

  1. object JsonConverter

    Permalink
  2. object Main extends App with Config with ManagerService

    Permalink
  3. object Receptionist

    Permalink
  4. object StubConfigParser

    Permalink
  5. package actors

    Permalink
  6. package management

    Permalink
  7. package matcher

    Permalink
  8. package metrics

    Permalink
  9. package model

    Permalink
  10. package plugins

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped