Uses of Class
io.grpc.ManagedChannel
-
Packages that use ManagedChannel Package Description io.grpc The gRPC core public API. -
-
Uses of ManagedChannel in io.grpc
Methods in io.grpc that return ManagedChannel Modifier and Type Method Description ManagedChannelForwardingChannelBuilder. build()Returns theManagedChannelbuilt by the delegate by default.abstract ManagedChannelManagedChannelBuilder. build()Builds a channel using the given parameters.abstract ManagedChannelLoadBalancer.Helper. createOobChannel(EquivalentAddressGroup eag, java.lang.String authority)Out-of-band channel for LoadBalancer’s own RPC needs, e.g., talking to an external load-balancer service.ManagedChannelLoadBalancer.Helper. createResolvingOobChannel(java.lang.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 ManagedChannel Modifier and Type Method Description voidLoadBalancer.Helper. updateOobChannelAddresses(ManagedChannel channel, EquivalentAddressGroup eag)Updates the addresses used for connections in theChannelthat was created byLoadBalancer.Helper.createOobChannel(EquivalentAddressGroup, String).
-