@Factory
public class GrpcManagedChannelFactory
extends java.lang.Object
ManagedChannel
instances.Constructor and Description |
---|
GrpcManagedChannelFactory(io.micronaut.context.ApplicationContext beanContext)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected io.grpc.ManagedChannel |
managedChannel(java.lang.String target)
Builds a managed channel for the given target.
|