Package

com.ing.baker.runtime.actor

process_index

Permalink

package process_index

Visibility
  1. Public
  2. All

Type Members

  1. class ProcessApi extends AnyRef

    Permalink

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

  2. class ProcessIndex extends PersistentActor with ActorLogging

    Permalink
  3. 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

  4. class QueuePushingActor extends Actor

    Permalink

    An actor that pushes all received messages on a SourceQueueWithComplete.

Value Members

  1. object ProcessIndex

    Permalink
  2. object ProcessIndexProtocol

    Permalink
  3. package protobuf

    Permalink

Ungrouped