Package

com.ing.baker.runtime.actor

processindex

Permalink

package processindex

Visibility
  1. Public
  2. All

Type Members

  1. class ClusterProcessInstanceStore extends ProcessInstanceStore

    Permalink
  2. class DisabledProcessInstanceStore extends ProcessInstanceStore

    Permalink
  3. class LocalProcessInstanceStore extends ProcessInstanceStore

    Permalink
  4. class ProcessApi extends AnyRef

    Permalink

    Contains some methods to interact with a petri net instance actor.

  5. class ProcessIndex extends PersistentActor with ActorLogging

    Permalink
  6. trait ProcessInstanceStore extends AnyRef

    Permalink
  7. case class ProcessMetadata(recipeId: String, processId: String, createdTime: Long) extends Product with Serializable

    Permalink

    This class is to store some metadata information of a baker process

    This class is to store some metadata information of a baker process

    recipeId

    is dof the process

    processId

    id of the recipe

    createdTime

    process created date-time

  8. class QueuePushingActor extends Actor

    Permalink

    An actor that pushes all received messages on a SourceQueueWithComplete.

Value Members

  1. object ClusterProcessInstanceStore

    Permalink
  2. object ProcessIndex

    Permalink

Ungrouped