Package

au.com.onegeek.respite

actors

Permalink

package actors

Visibility
  1. Public
  2. All

Type Members

  1. class DatabaseRestActor[ModelType <: Model[ObjectIDType], ObjectIDType] extends Actor with LoggingSupport

    Permalink

    Created by mfellows on 24/04/2014.

    Created by mfellows on 24/04/2014.

    Bound to a case class of type ModelType, and receives the MongoCollection object that should be used instantiate a data access object (using the com.novus.salat lib), which is in turn used to manage database transactions.

    Inspects the sender's message and returns a serializable object or List.

Ungrouped