| Class and Description |
|---|
| io.grpc.auth.ClientAuthInterceptor
use
MoreCallCredentials.from(Credentials) instead. |
| io.grpc.LoadBalancer2
this is going to be deleted in the next minor release. Use
LoadBalancer
instead. |
| Method and Description |
|---|
| io.grpc.netty.NettyChannelBuilder.maxMessageSize(int)
Use
AbstractManagedChannelImplBuilder.maxInboundMessageSize instead |
| io.grpc.LoadBalancer.SubchannelPicker.pickSubchannel(Attributes, Metadata)
this signature is going to be removed in the next minor release. Implementations
should instead override the
LoadBalancer.SubchannelPicker.pickSubchannel(LoadBalancer.PickSubchannelArgs). |