SteppedExecutor

case class SteppedExecutor(env: Env) extends Executor

Concurrent execution of fragments in between steps

trait Serializable
trait Product
trait Equals
trait Executor
class Object
trait Matchable
class Any

Value members

Concrete methods

def execute(specArguments: Arguments): Fragment => Fragment
def executeExecution(timeout: Option[FiniteDuration])(execution: Execution): Execution

execute one Execution

execute one Execution

def executeFragment(timeout: Option[FiniteDuration])(fragment: Fragment): Fragment

execute one fragment

execute one fragment

def executeOnline(specArguments: Arguments)(fragment: Fragment): AsyncStream[Fragment]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product