Class ModuleTestInvoker

java.lang.Object
ai.pipestream.module.pipelineprobe.moduletest.ModuleTestInvoker

@ApplicationScoped public class ModuleTestInvoker extends Object
Forwards a serialized PipeStream to a module's dev test door (POST /module-runtime/v1/process-once) and returns the door's raw JSON outcome. A dumb byte-forwarder: it shapes nothing — the caller supplies a correctly-shaped payload — and it resolves the target from ModuleTestConfig (static config), never runtime discovery.
  • Constructor Details

    • ModuleTestInvoker

      public ModuleTestInvoker()
      Creates the module test invoker. Instances are managed by CDI.
  • Method Details