Package ai.wanaku.core.exchange.v1
Class HealthProbeGrpc.HealthProbeFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<HealthProbeGrpc.HealthProbeFutureStub>
io.grpc.stub.AbstractFutureStub<HealthProbeGrpc.HealthProbeFutureStub>
ai.wanaku.core.exchange.v1.HealthProbeGrpc.HealthProbeFutureStub
- Enclosing class:
HealthProbeGrpc
public static class HealthProbeGrpc.HealthProbeFutureStub
extends io.grpc.stub.AbstractFutureStub<HealthProbeGrpc.HealthProbeFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service HealthProbe.
The health probe service definition.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionprotected HealthProbeGrpc.HealthProbeFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<HealthProbeReply> getStatus(HealthProbeRequest request) Gets the runtime status of the capabilityMethods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected HealthProbeGrpc.HealthProbeFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<HealthProbeGrpc.HealthProbeFutureStub>
-
getStatus
public com.google.common.util.concurrent.ListenableFuture<HealthProbeReply> getStatus(HealthProbeRequest request) Gets the runtime status of the capability
-