Package ai.wanaku.core.exchange.v1
Class CodeExecutorBean
java.lang.Object
ai.wanaku.core.exchange.v1.MutinyCodeExecutorGrpc.CodeExecutorImplBase
ai.wanaku.core.exchange.v1.CodeExecutorBean
- All Implemented Interfaces:
io.grpc.BindableService,io.quarkus.grpc.MutinyBean
@Generated(value="by Mutiny Grpc generator",
comments="Source: codeexecution.proto")
public class CodeExecutorBean
extends MutinyCodeExecutorGrpc.CodeExecutorImplBase
implements io.grpc.BindableService, io.quarkus.grpc.MutinyBean
-
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Multi<CodeExecutionReply> executeCode(CodeExecutionRequest request) * Executes code and streams the results back to the client.Methods inherited from class ai.wanaku.core.exchange.v1.MutinyCodeExecutorGrpc.CodeExecutorImplBase
bindService, withCompressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.grpc.BindableService
bindService
-
Method Details
-
executeCode
Description copied from class:MutinyCodeExecutorGrpc.CodeExecutorImplBase* Executes code and streams the results back to the client. The stream will automatically close when execution completes.
- Overrides:
executeCodein classMutinyCodeExecutorGrpc.CodeExecutorImplBase
-