Uses of Class
io.grpc.internal.InsightBuilder
Packages that use InsightBuilder
-
Uses of InsightBuilder in io.grpc.internal
Methods in io.grpc.internal that return InsightBuilderModifier and TypeMethodDescriptionAppends a piece of information which is a plain string.InsightBuilder.appendKeyValue
(String key, Object value) Appends a piece of information which is a key-value , which will be formatted into"key=value"
.Methods in io.grpc.internal with parameters of type InsightBuilderModifier and TypeMethodDescriptionfinal void
AbstractClientStream.appendTimeoutInsight
(InsightBuilder insight) void
ClientStream.appendTimeoutInsight
(InsightBuilder insight) Append information that will be included in the locally generated DEADLINE_EXCEEDED errors to the givenInsightBuilder
, in order to tell the user about the state of the stream so that they can better diagnose the cause of the error.void
FailingClientStream.appendTimeoutInsight
(InsightBuilder insight) void
NoopClientStream.appendTimeoutInsight
(InsightBuilder insight)