Interface CodeExecutor

All Superinterfaces:
io.quarkus.grpc.MutinyService
All Known Implementing Classes:
CodeExecutorClient

@Generated(value="by Mutiny Grpc generator", comments="Source: codeexecution.proto") public interface CodeExecutor extends io.quarkus.grpc.MutinyService
  • Method Summary

    Modifier and Type
    Method
    Description
    io.smallrye.mutiny.Multi<CodeExecutionReply>
    * Executes code and streams the results back to the client.
  • Method Details

    • executeCode

      io.smallrye.mutiny.Multi<CodeExecutionReply> executeCode(CodeExecutionRequest request)
      *
       Executes code and streams the results back to the client.
       The stream will automatically close when execution completes.