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