Package ai.pipestream.module.pipelineprobe.mockengine
package ai.pipestream.module.pipelineprobe.mockengine
-
ClassesClassDescriptionThe bounded supply of work the
MockWorkEngineServicehands out.Control + observability for theMockWorkEngineService.A mockModuleWorkServiceengine for exercising a module's demand-pull work loop in isolation — no real engine, Kafka, Redis or S3.Accumulates what the module-under-test did with the served work: how many units it acked, byProcessingStatus(SUCCESS / RETRYABLE / PERMANENT) and by result disposition (UPDATED_PAYLOAD / NO_OP / REJECT), plus a wall-clock throughput between the first served unit and the last ack.