SAService Architect Back to designer
SAService ArchitectDocumentation
Link semantics FunctionCall

FunctionCall

Calls the consumer in the current execution path without a queue.

When to use

Choose this mode only when the edge needs execution behavior different from the service default.

Behavior

  • Lowest overhead.
  • Producer and consumer are directly coupled.

Delivery properties

Properties visible for this mode

PropertyTypeDescription
callSemanticsInherited | FunctionCall | TaskPool | PriorityTaskPool | ParallelCall

Delivery policy for the edge.

Allowed: Inherited, FunctionCall, TaskPool, PriorityTaskPool, ParallelCall
asyncboolean

FunctionCall async contract value.

Default: falseFunctionCall only

Configuration example

callSemantics: FunctionCall
async: false