Uses of Class
io.grpc.stub.AbstractAsyncStub
-
Packages that use AbstractAsyncStub Package Description io.grpc.channelz.v1 io.grpc.health.v1 io.grpc.lb.v1 io.grpc.reflection.v1 io.grpc.reflection.v1alpha io.grpc.stub API for the Stub layer. -
-
Uses of AbstractAsyncStub in io.grpc.channelz.v1
Subclasses of AbstractAsyncStub in io.grpc.channelz.v1 Modifier and Type Class Description static class
ChannelzGrpc.ChannelzStub
A stub to allow clients to do asynchronous rpc calls to service Channelz. -
Uses of AbstractAsyncStub in io.grpc.health.v1
Subclasses of AbstractAsyncStub in io.grpc.health.v1 Modifier and Type Class Description static class
HealthGrpc.HealthStub
A stub to allow clients to do asynchronous rpc calls to service Health. -
Uses of AbstractAsyncStub in io.grpc.lb.v1
Subclasses of AbstractAsyncStub in io.grpc.lb.v1 Modifier and Type Class Description static class
LoadBalancerGrpc.LoadBalancerStub
A stub to allow clients to do asynchronous rpc calls to service LoadBalancer. -
Uses of AbstractAsyncStub in io.grpc.reflection.v1
Subclasses of AbstractAsyncStub in io.grpc.reflection.v1 Modifier and Type Class Description static class
ServerReflectionGrpc.ServerReflectionStub
A stub to allow clients to do asynchronous rpc calls to service ServerReflection. -
Uses of AbstractAsyncStub in io.grpc.reflection.v1alpha
Subclasses of AbstractAsyncStub in io.grpc.reflection.v1alpha Modifier and Type Class Description static class
ServerReflectionGrpc.ServerReflectionStub
A stub to allow clients to do asynchronous rpc calls to service ServerReflection. -
Uses of AbstractAsyncStub in io.grpc.stub
Classes in io.grpc.stub with type parameters of type AbstractAsyncStub Modifier and Type Class Description class
AbstractAsyncStub<S extends AbstractAsyncStub<S>>
Stub implementations for async stubs.
-