ActorModule

play.api.libs.concurrent.ActorModule$
See theActorModule companion trait

The companion object to hold ActorModule's ActorModule.Aux type alias.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Aux[A] = ActorModule { type Message = A; }

A convenience to refer to the type of an ActorModule with the given message type A.

A convenience to refer to the type of an ActorModule with the given message type A.

Attributes