public final class GrpcKeys extends Object
binary annotation keys for gRPC| Modifier and Type | Field and Description |
|---|---|
static String |
GRPC_REMOTE_ADDR
The remote address of the client
|
static String |
GRPC_STATUS_CODE
The
Status.Code, when not "OK". |
public static final String GRPC_STATUS_CODE
Status.Code, when not "OK". Ex. "CANCELLED"
Used to filter for error status.
public static final String GRPC_REMOTE_ADDR
Copyright © 2016. All rights reserved.