Packages

p

castor

package castor

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Actor[T] extends AnyRef
  2. abstract class BaseActor[T] extends Actor[T]
  3. abstract class BatchActor[T] extends BaseActor[T]
  4. trait Context extends ExecutionContext with castor.platform.Context

    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]
  6. abstract class SimpleActor[T] extends BaseActor[T]
  7. class SplitActor[T] extends SimpleActor[T]
  8. abstract class StateMachineActor[T] extends SimpleActor[T]

Value Members

  1. object Context extends ContextCompanionObject

Ungrouped