Package io.grpc.internal
Interface RetriableStream.BufferEntry
-
- All Known Implementing Classes:
RetriableStream.StartEntry
- Enclosing class:
- RetriableStream<ReqT>
private static interface RetriableStream.BufferEntry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
runWith(RetriableStream.Substream substream)
Replays the buffer entry with the given stream.
-
-
-
Method Detail
-
runWith
void runWith(RetriableStream.Substream substream)
Replays the buffer entry with the given stream.
-
-