Package net.devh.boot.grpc.client.channelfactory
package net.devh.boot.grpc.client.channelfactory
Contains factories and related classes to setup the client's connection channels to the servers.
-
ClassDescriptionAbstractChannelFactory<T extends ManagedChannelBuilder<T>>This abstract channel factory contains some shared code for other
GrpcChannelFactory
s.A configurer forManagedChannelBuilder
s which can be used byGrpcChannelFactory
to customize the created channels.This factory creates grpcChannel
s for a given service name.This channel factory creates and manages in-processGrpcChannelFactory
s.This channel factory is a switch between theInProcessChannelFactory
and an alternative implementation.This channel factory creates and manages netty basedGrpcChannelFactory
s.This channel factory creates and manages shaded netty basedGrpcChannelFactory
s.