Class MutinyToolInvokerGrpc.ToolInvokerImplBase

java.lang.Object
ai.wanaku.core.exchange.MutinyToolInvokerGrpc.ToolInvokerImplBase
All Implemented Interfaces:
io.grpc.BindableService
Direct Known Subclasses:
ToolInvokerBean
Enclosing class:
MutinyToolInvokerGrpc

public abstract static class MutinyToolInvokerGrpc.ToolInvokerImplBase extends Object implements io.grpc.BindableService
  The tool exchange service definition.
 
  • Constructor Details

    • ToolInvokerImplBase

      public ToolInvokerImplBase()
  • Method Details

    • withCompression

      public MutinyToolInvokerGrpc.ToolInvokerImplBase withCompression(String compression)
      Set whether the server will try to use a compressed response.
      Parameters:
      compression - the compression, e.g gzip
    • invokeTool

      public io.smallrye.mutiny.Uni<ToolInvokeReply> invokeTool(ToolInvokeRequest request)
        Invokes a tool
       
    • bindService

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