public class GrpcClientConfig
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GrpcClientConfig.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
long |
getDeadlineDurationMillis() |
int |
getMaxInboundMessageSize() |
int |
getMaxInboundMetadataSize() |
int |
hashCode() |
static GrpcClientConfig.Builder |
newBuilder() |
public long getDeadlineDurationMillis()
public int getMaxInboundMessageSize()
public int getMaxInboundMetadataSize()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static GrpcClientConfig.Builder newBuilder()