jgordijn

process

package process

Visibility
  1. Public
  2. All

Type Members

  1. trait AbortablePersistentProcess[S] extends PersistentProcess[S]

  2. class Choice[S] extends ProcessStep[S]

  3. trait Customizable extends AnyRef

  4. class EchoActor extends Actor with ActorLogging

  5. case class EchoStep(echoer: ActorRef)(implicit context: ActorContext) extends ProcessStep[Int] with Product with Serializable

  6. class EmptyStep[S] extends ProcessStep[S]

  7. class If[S] extends Choice[S]

  8. abstract class PersistentProcess[State] extends PersistentActor

  9. case class PrintStep(output: String, sleep: Long)(implicit context: ActorContext) extends ProcessStep[Int] with Product with Serializable

  10. trait Process[State] extends Actor

  11. trait ProcessStep[S] extends AnyRef

  12. class WalkInThePark extends Process[Int]

Value Members

  1. object Echoed extends Event with Product with Serializable

  2. object EmptyStep

  3. object If

  4. object Main extends App

  5. object Par

  6. object PersistentProcess

  7. object Process

  8. object WalkInThePark

Ungrouped