Interface CodeExecutorGrpc.AsyncService

All Known Implementing Classes:
CodeExecutorGrpc.CodeExecutorImplBase
Enclosing class:
CodeExecutorGrpc

public static interface CodeExecutorGrpc.AsyncService
 *
  The code execution service definition.
  Provides capabilities for executing code in various languages and engine types.
  
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    executeCode(CodeExecutionRequest request, io.grpc.stub.StreamObserver<CodeExecutionReply> responseObserver)
    * Executes code and streams the results back to the client.
  • Method Details

    • executeCode

      default void executeCode(CodeExecutionRequest request, io.grpc.stub.StreamObserver<CodeExecutionReply> responseObserver)
       *
        Executes code and streams the results back to the client.
        The stream will automatically close when execution completes.