code.data.IFlowOrchestration

Aliases

Parameters

subClasses

Js Constructors

new code_data_IFlowOrchestration(
    orchestrator, // code.data.FlowOrchestrator
    recipe, // code.data.Recipe
    streamProcessors, // scala.collection.immutable.Map[code.data.StreamProcessor[code.data.Datumcode.data.Datum]java.lang.String]
    startingPayload, // scala.Option[code.data.Payload[code.data.Datum]]
    overrideLogLevel, // scala.Option[code.data.ConsoleFilter]
    startingParent, // scala.Option[code.data.IFlowOrchestration]
    shutdownPayloadOnCompletion, // boolean
    incomingDeferTermination, // boolean
    startingTerminationListeners, // scala.Function1[code.data.IFlowOrchestrationscala.collection.immutable.List[code.data.TerminationListener]]
    configContext, // scala.Option[code.data.ConfigurationContext]
)

ApplyMethods

Methods

$bang$eq(x$1:Any):boolean
$eq$eq(x$1:Any):boolean
$hash$hash():int
$init$():Unit
addTerminationListener(t:code.data.TerminationListener):Unit
asInstanceOf():scala.Any.T0
deferTermination():Unit
equals(x$1:Any):boolean
getClass():java.lang.Class[Any]
getKillingException():scala.Option[java.lang.Exception]
getLogLevel():code.data.ConsoleFilter
getPayloadFinalizer():scala.Option[scala.Function0[Unit]]
getStepNumber():int
hashCode():int
isInstanceOf():boolean
isRunning():boolean
kill(exception:java.lang.Exception):Unit
kill$default$1():java.lang.Exception
notify():Unit
notifyAll():Unit
pause():Unit
recipe():code.data.Recipe
resume():Unit
toString():java.lang.String
triggerTime():long
wait():Unit
wait(x$1:long):Unit
wait(x$1:long, x$2:int):Unit