emo / me.eater.emo.utils / ProcessChain

ProcessChain

data class ProcessChain<C>

Process chain, contains the name of the process, the router, the name of this step and the description of this step

Constructors

<init>

ProcessChain(process: String, router: Router<C>, name: String = process, description: String = "")

Process chain, contains the name of the process, the router, the name of this step and the description of this step

Properties

description

val description: String

Description of what this step does

name

val name: String

Name of this step

process

val process: String

Process to use

router

val router: Router<C>

Router to select next step