Package

com.featurefm

riversong

Permalink

package riversong

Visibility
  1. Public
  2. All

Type Members

  1. trait Configurable extends AnyRef

    Permalink

    Created by ymeymann on 03/07/15.

  2. trait CoreConfig extends AnyRef

    Permalink

    Created by ymeymann on 03/07/15.

  3. trait GenericMessage extends AnyRef

    Permalink

    Created by yardena on 8/9/15.

  4. abstract class MainService extends App with Configurable

    Permalink

    Created by yardena on 9/20/15.

  5. case class Message(message: String, cause: Option[String] = None, operation: Option[String] = None, id: Option[String] = None) extends GenericMessage with Product with Serializable

    Permalink
  6. case class Op(op: String) extends Operation with Product with Serializable

    Permalink
  7. sealed trait Operation extends AnyRef

    Permalink
  8. abstract class ServiceAssembly extends Configurable

    Permalink

    Created by yardena on 9/20/15.

Value Members

  1. object Add extends Operation with Product with Serializable

    Permalink
  2. object Delete extends Operation with Product with Serializable

    Permalink
  3. object FailedTo

    Permalink
  4. object Find extends Operation with Product with Serializable

    Permalink
  5. object Json4sProtocol extends Json4sSupport

    Permalink

    Created by yardena on 9/20/15.

  6. object Read extends Operation with Product with Serializable

    Permalink
  7. object Successfully

    Permalink
  8. object Update extends Operation with Product with Serializable

    Permalink
  9. package metrics

    Permalink
  10. package routes

    Permalink

Ungrouped