Package | Description |
---|---|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
Modifier and Type | Method and Description |
---|---|
InsightBuilder |
InsightBuilder.append(Object insight)
Appends a piece of information which is a plain string.
|
InsightBuilder |
InsightBuilder.appendKeyValue(String key,
Object value)
Appends a piece of information which is a key-value , which will be formatted into
"key=value" . |
Modifier and Type | Method and Description |
---|---|
void |
NoopClientStream.appendTimeoutInsight(InsightBuilder insight) |
void |
FailingClientStream.appendTimeoutInsight(InsightBuilder insight) |
void |
ClientStream.appendTimeoutInsight(InsightBuilder insight)
Append information that will be included in the locally generated DEADLINE_EXCEEDED errors to
the given
InsightBuilder , in order to tell the user about the state of the stream so
that they can better diagnose the cause of the error. |
void |
AbstractClientStream.appendTimeoutInsight(InsightBuilder insight) |
Copyright © 2019. All rights reserved.