Package ai.wanaku.core.exchange.v1
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 TypeMethodDescriptiondefault voidexecuteCode(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.
-