Uses of Class
io.grpc.ManagedChannel
Packages that use ManagedChannel
-
Uses of ManagedChannel in io.grpc
Methods in io.grpc that return ManagedChannelModifier and TypeMethodDescriptionForwardingChannelBuilder2.build()Returns theManagedChannelbuilt by the delegate by default.abstract ManagedChannelManagedChannelBuilder.build()Builds a channel using the given parameters.abstract ManagedChannelLoadBalancer.Helper.createOobChannel(EquivalentAddressGroup eag, String authority) Out-of-band channel for LoadBalancer’s own RPC needs, e.g., talking to an external load-balancer service.LoadBalancer.Helper.createOobChannel(List<EquivalentAddressGroup> eag, String authority) Accept a list of EAG for multiple authorities: https://github.com/grpc/grpc-java/issues/4618LoadBalancer.Helper.createResolvingOobChannel(String target) Creates an out-of-band channel for LoadBalancer's own RPC needs, e.g., talking to an external load-balancer service, that is specified by a target string.abstract ManagedChannelManagedChannel.shutdown()Initiates an orderly shutdown in which preexisting calls continue but new calls are immediately cancelled.abstract ManagedChannelManagedChannel.shutdownNow()Initiates a forceful shutdown in which preexisting and new calls are cancelled.Methods in io.grpc with parameters of type ManagedChannelModifier and TypeMethodDescriptionvoidLoadBalancer.Helper.updateOobChannelAddresses(ManagedChannel channel, EquivalentAddressGroup eag) Updates the addresses used for connections in theChannelthat was created byLoadBalancer.Helper.createOobChannel(EquivalentAddressGroup, String).voidLoadBalancer.Helper.updateOobChannelAddresses(ManagedChannel channel, List<EquivalentAddressGroup> eag) Updates the addresses with a new EAG list.