Link semantics
FunctionCallFunctionCall
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 | ParallelCallDelivery policy for the edge.
Allowed:Inherited, FunctionCall, TaskPool, PriorityTaskPool, ParallelCallasyncbooleanFunctionCall async contract value.
Default:falseFunctionCall onlyConfiguration example
callSemantics: FunctionCall
async: false