Uses of Class
io.grpc.stub.AbstractAsyncStub
Packages that use AbstractAsyncStub
-
Uses of AbstractAsyncStub in dev.enola.core.proto
Subclasses of AbstractAsyncStub in dev.enola.core.protoModifier and TypeClassDescriptionstatic final class
A stub to allow clients to do asynchronous rpc calls to service EnolaService. -
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.