Uses of Class
io.grpc.stub.AbstractStub
Packages that use AbstractStub
-
Uses of AbstractStub in dev.enola.core.proto
Subclasses of AbstractStub in dev.enola.core.protoModifier and TypeClassDescriptionstatic final class
A stub to allow clients to do synchronous rpc calls to service EnolaService.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service EnolaService.static final class
A stub to allow clients to do asynchronous rpc calls to service EnolaService. -
Uses of AbstractStub in io.grpc.stub
Classes in io.grpc.stub with type parameters of type AbstractStubModifier and TypeClassDescriptionclass
AbstractStub<S extends AbstractStub<S>>
Common base type for stub implementations.static interface
AbstractStub.StubFactory<T extends AbstractStub<T>>
A factory class for stub.Subclasses of AbstractStub in io.grpc.stubModifier and TypeClassDescriptionclass
AbstractAsyncStub<S extends AbstractAsyncStub<S>>
Stub implementations for async stubs.class
AbstractBlockingStub<S extends AbstractBlockingStub<S>>
Stub implementations for blocking stubs.class
AbstractFutureStub<S extends AbstractFutureStub<S>>
Stub implementations for future stubs.Methods in io.grpc.stub with type parameters of type AbstractStubModifier and TypeMethodDescriptionstatic <T extends AbstractStub<T>>
TAbstractAsyncStub.newStub
(AbstractStub.StubFactory<T> factory, Channel channel) Returns a new async stub with the given channel for the provided method configurations.static <T extends AbstractStub<T>>
TAbstractAsyncStub.newStub
(AbstractStub.StubFactory<T> factory, Channel channel, CallOptions callOptions) Returns a new async stub with the given channel for the provided method configurations.static <T extends AbstractStub<T>>
TAbstractBlockingStub.newStub
(AbstractStub.StubFactory<T> factory, Channel channel) Returns a new blocking stub with the given channel for the provided method configurations.static <T extends AbstractStub<T>>
TAbstractBlockingStub.newStub
(AbstractStub.StubFactory<T> factory, Channel channel, CallOptions callOptions) Returns a new blocking stub with the given channel for the provided method configurations.static <T extends AbstractStub<T>>
TAbstractFutureStub.newStub
(AbstractStub.StubFactory<T> factory, Channel channel) Returns a new future stub with the given channel for the provided method configurations.static <T extends AbstractStub<T>>
TAbstractFutureStub.newStub
(AbstractStub.StubFactory<T> factory, Channel channel, CallOptions callOptions) Returns a new future stub with the given channel for the provided method configurations.static <T extends AbstractStub<T>>
TAbstractStub.newStub
(AbstractStub.StubFactory<T> factory, Channel channel) Returns a new stub with the given channel for the provided method configurations.static <T extends AbstractStub<T>>
TAbstractStub.newStub
(AbstractStub.StubFactory<T> factory, Channel channel, CallOptions callOptions) Returns a new stub with the given channel for the provided method configurations.