Package ai.wanaku.core.exchange
Class MutinyResourceAcquirerGrpc.ResourceAcquirerImplBase
java.lang.Object
ai.wanaku.core.exchange.MutinyResourceAcquirerGrpc.ResourceAcquirerImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Direct Known Subclasses:
ResourceAcquirerBean
- Enclosing class:
MutinyResourceAcquirerGrpc
public abstract static class MutinyResourceAcquirerGrpc.ResourceAcquirerImplBase
extends Object
implements io.grpc.BindableService
The tool exchange service definition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.grpc.ServerServiceDefinitionio.smallrye.mutiny.Uni<ResourceReply> resourceAcquire(ResourceRequest request) Invokes a toolwithCompression(String compression) Set whether the server will try to use a compressed response.
-
Constructor Details
-
ResourceAcquirerImplBase
public ResourceAcquirerImplBase()
-
-
Method Details
-
withCompression
Set whether the server will try to use a compressed response.- Parameters:
compression- the compression, e.ggzip
-
resourceAcquire
Invokes a tool
-
bindService
public io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-