Package

com.ing.baker.runtime.actor

processinstance

Permalink

package processinstance

Visibility
  1. Public
  2. All

Type Members

  1. class ProcessInstance[P[_], T[_, _], S, E] extends ProcessInstanceRecovery[P, T, S, E]

    Permalink

    This actor is responsible for maintaining the state of a single petri net instance.

  2. case class ProcessInstanceEvent(processType: String, processId: String, event: Event) extends Product with Serializable

    Permalink

    Wrapper class for publishing events from a petri net instance on the akka event bus.

  3. abstract class ProcessInstanceRecovery[P[_], T[_, _], S, E] extends PersistentActor

    Permalink

Value Members

  1. object ProcessInstance

    Permalink
  2. object ProcessInstanceLogger

    Permalink
  3. object ProcessInstanceProtocol

    Permalink

    Describes the messages to and from a PetriNetInstance actor.

Ungrouped