Package

pl.touk.nussknacker.engine.api

deployment

Permalink

package deployment

Visibility
  1. Public
  2. All

Type Members

  1. case class CustomProcess(mainClass: String) extends ProcessDeploymentData with Product with Serializable

    Permalink
  2. case class GraphProcess(processAsJson: String) extends ProcessDeploymentData with Product with Serializable

    Permalink
  3. sealed trait ProcessDeploymentData extends AnyRef

    Permalink
  4. trait ProcessManager extends AnyRef

    Permalink
  5. case class ProcessState(id: String, status: String, startTime: Long) extends Product with Serializable

    Permalink

Value Members

  1. object test

    Permalink

Ungrouped