Interfaces
They are written in C#.
For plugin development
-
IPluginEntrypoint
: The entrypoint of a plugin. -
ICompilationStage
: The executor invokes functions once it has prepared the record. -
IExecutionStage
: The executor inbokes functions once the compilation stage has passed.