Skip to main content

Module server

Module server 

Source

Structs§

RuntimeEngine

Enums§

EngineResponse
Internal response type produced by RuntimeEngine. The IPC layer converts this to a v1 RuntimeResponse or v2 RuntimeResponseV2 based on the request’s api_version.

Traits§

InvokeHandler
Consumers can implement this trait to add business-specific invocation logic.