Package io.grpc.internal
Class RetriableStream.StartEntry
java.lang.Object
io.grpc.internal.RetriableStream.StartEntry
- All Implemented Interfaces:
RetriableStream.BufferEntry
- Enclosing class:
RetriableStream<ReqT>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
runWith
(RetriableStream.Substream substream) Replays the buffer entry with the given stream.
-
Constructor Details
-
StartEntry
StartEntry()
-
-
Method Details
-
runWith
Description copied from interface:RetriableStream.BufferEntry
Replays the buffer entry with the given stream.- Specified by:
runWith
in interfaceRetriableStream.BufferEntry
-