Message Types
The protocol defines specific message types for different operations:| Message Type | Direction | Description |
|---|---|---|
registerfunction | Worker → Engine | Declares a function available for execution |
registertrigger | Worker → Engine | Configures a trigger (API route, event, cron) |
invokefunction | Bidirectional | Requests execution of a specific function |
invocationresult | Bidirectional | Returns the result of a function execution |
ping / pong | Bidirectional | Keep-alive mechanism |