Uses of Class
io.grpc.stub.AbstractBlockingStub
Packages that use AbstractBlockingStub
-
Uses of AbstractBlockingStub in dev.enola.core.proto
Subclasses of AbstractBlockingStub in dev.enola.core.protoModifier and TypeClassDescriptionstatic final class
A stub to allow clients to do synchronous rpc calls to service EnolaService. -
Uses of AbstractBlockingStub in io.grpc.stub
Classes in io.grpc.stub with type parameters of type AbstractBlockingStubModifier and TypeClassDescriptionclass
AbstractBlockingStub<S extends AbstractBlockingStub<S>>
Stub implementations for blocking stubs.