Package

castor

Permalink

package castor

Visibility
  1. Public
  2. All

Type Members

  1. trait Actor[T] extends AnyRef

    Permalink
  2. abstract class BaseActor[T] extends Actor[T]

    Permalink
  3. abstract class BatchActor[T] extends BaseActor[T]

    Permalink
  4. trait Context extends ExecutionContext

    Permalink

    An extended scala.concurrent.ExecutionContext; provides the ability to schedule messages to be sent later, and hooks to track the current number of outstanding tasks or log the actor message sends for debugging purposes

  5. class ProxyActor[T, V] extends SimpleActor[T]

    Permalink
  6. abstract class SimpleActor[T] extends BaseActor[T]

    Permalink
  7. class SplitActor[T] extends SimpleActor[T]

    Permalink
  8. abstract class StateMachineActor[T] extends SimpleActor[T]

    Permalink

Value Members

  1. object Context

    Permalink

Ungrouped