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