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
GrpcChannelFactorys.A configurer forManagedChannelBuilders which can be used byGrpcChannelFactoryto customize the created channels.This factory creates grpcChannels for a given service name.This channel factory creates and manages in-processGrpcChannelFactorys.This channel factory is a switch between theInProcessChannelFactoryand an alternative implementation.This channel factory creates and manages netty basedGrpcChannelFactorys.This channel factory creates and manages shaded netty basedGrpcChannelFactorys.