DefaultCamunda7Context

camundala.camunda7.worker.DefaultCamunda7Context
@Configuration

Attributes

Graph
Supertypes
trait EngineContext
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def domainObjToEngineObject[A <: Product : Codec](variable: A): Any

Attributes

Inherited from:
EngineContext
def getLogger(clazz: Class[_]): WorkerLogger

Attributes

Inherited from:
Camunda7Context
def jsonObjectToEngineObject(json: JsonObject): Map[String, Any]

Attributes

Inherited from:
EngineContext
def jsonToEngineValue(json: Json): Any

Attributes

Inherited from:
EngineContext
def objectToEngineObject[T <: Product : Encoder](product: T, key: String, value: Any): Any

Attributes

Inherited from:
EngineContext
def sendRequest[ServiceIn : Encoder, ServiceOut : Decoder](request: RunnableRequest[ServiceIn]): () ?=> ServiceOut

Attributes

Inherited from:
Camunda7Context
def toEngineObject(variables: Map[String, Json]): Map[String, Any]

Attributes

Inherited from:
EngineContext
def toEngineObject[T <: Product : Encoder](product: T): Map[String, Any]

Attributes

Inherited from:
EngineContext
def valueToEngineObject(value: Any): Any

Attributes

Inherited from:
EngineContext

Inherited fields

lazy val toEngineObject: Json => Any

Attributes

Inherited from:
Camunda7Context