EngineRunContext

camundala.worker.EngineRunContext
final case class EngineRunContext(engineContext: EngineContext, generalVariables: GeneralVariables)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getLogger(clazz: Class[_]): WorkerLogger
def jsonObjectToEngineObject(json: JsonObject): Map[String, Any]
def sendRequest[ServiceIn : Encoder, ServiceOut : ClassTag](request: RunnableRequest[ServiceIn]): () ?=> ServiceOut
def toEngineObject[T <: Product : Encoder](product: T): Map[String, Any]
def toEngineObject(variables: Map[String, Json]): Map[String, Any]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product