Uses of Class
io.grpc.stub.AbstractAsyncStub
Packages that use AbstractAsyncStub
Package
Description
API for the Stub layer.
-
Uses of AbstractAsyncStub in io.grpc.channelz.v1
Subclasses of AbstractAsyncStub in io.grpc.channelz.v1Modifier and TypeClassDescriptionstatic final class
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.v1Modifier and TypeClassDescriptionstatic final class
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.v1Modifier and TypeClassDescriptionstatic final class
A stub to allow clients to do asynchronous rpc calls to service LoadBalancer. -
Uses of AbstractAsyncStub in io.grpc.lookup.v1
Subclasses of AbstractAsyncStub in io.grpc.lookup.v1Modifier and TypeClassDescriptionstatic final class
A stub to allow clients to do asynchronous rpc calls to service RouteLookupService. -
Uses of AbstractAsyncStub in io.grpc.reflection.v1
Subclasses of AbstractAsyncStub in io.grpc.reflection.v1Modifier and TypeClassDescriptionstatic final class
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.v1alphaModifier and TypeClassDescriptionstatic final class
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 AbstractAsyncStubModifier and TypeClassDescriptionclass
AbstractAsyncStub<S extends AbstractAsyncStub<S>>
Stub implementations for async stubs.