Package ai.pipestream.module.pipelineprobe.moduletest
package ai.pipestream.module.pipelineprobe.moduletest
-
ClassDescriptionLive, interactive load generator for one module's
process()interface, driven through the devprocess-oncedoor.Static, config-driven map of module name → base URL for the Module Test door.Forwards a serializedPipeStreamto a module's dev test door (POST /module-runtime/v1/process-once) and returns the door's raw JSON outcome.The door's HTTP status plus its raw response body (JSON on success).Module Test — invoke a single module's processor directly via its dev test door (POST /module-runtime/v1/process-once), bypassing the engine pull-loop and queue (roadmap #3).