Uses of Class
io.grpc.internal.RetriableStream
Packages that use RetriableStream
-
Uses of RetriableStream in io.grpc.internal
Methods in io.grpc.internal with parameters of type RetriableStreamModifier and TypeMethodDescription(package private) Status
ManagedChannelImpl.UncommittedRetriableStreamsRegistry.add
(RetriableStream<?> retriableStream) Registers a RetriableStream and return null if not shutdown, otherwise just returns the shutdown Status.(package private) void
ManagedChannelImpl.UncommittedRetriableStreamsRegistry.remove
(RetriableStream<?> retriableStream)