Class CodeExecutorGrpc.CodeExecutorImplBase

java.lang.Object
ai.wanaku.core.exchange.v1.CodeExecutorGrpc.CodeExecutorImplBase
All Implemented Interfaces:
CodeExecutorGrpc.AsyncService, io.grpc.BindableService
Enclosing class:
CodeExecutorGrpc

public abstract static class CodeExecutorGrpc.CodeExecutorImplBase extends Object implements io.grpc.BindableService, CodeExecutorGrpc.AsyncService
Base class for the server implementation of the service CodeExecutor.
 *
  The code execution service definition.
  Provides capabilities for executing code in various languages and engine types.
  
  • Constructor Details

    • CodeExecutorImplBase

      public CodeExecutorImplBase()
  • Method Details

    • bindService

      public io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService