Package ai.wanaku.core.exchange.v1
Class MutinyHealthProbeGrpc.HealthProbeImplBase
java.lang.Object
ai.wanaku.core.exchange.v1.MutinyHealthProbeGrpc.HealthProbeImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Direct Known Subclasses:
HealthProbeBean
- Enclosing class:
MutinyHealthProbeGrpc
public abstract static class MutinyHealthProbeGrpc.HealthProbeImplBase
extends Object
implements io.grpc.BindableService
The health probe service definition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.grpc.ServerServiceDefinitionio.smallrye.mutiny.Uni<HealthProbeReply> getStatus(HealthProbeRequest request) Gets the runtime status of the capabilitywithCompression(String compression) Set whether the server will try to use a compressed response.
-
Constructor Details
-
HealthProbeImplBase
public HealthProbeImplBase()
-
-
Method Details
-
withCompression
Set whether the server will try to use a compressed response.- Parameters:
compression- the compression, e.ggzip
-
getStatus
Gets the runtime status of the capability
-
bindService
public io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-