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