A C D G H I M N P R S T V 

A

addClientInterceptors(GlobalClientInterceptorRegistry) - Method in class net.devh.springboot.autoconfigure.grpc.client.GlobalClientInterceptorConfigurerAdapter
 
addClientInterceptors(ClientInterceptor) - Method in class net.devh.springboot.autoconfigure.grpc.client.GlobalClientInterceptorRegistry
 
addDiscoveryClientNameResolver(DiscoveryClientNameResolver) - Method in class net.devh.springboot.autoconfigure.grpc.client.DiscoveryClientChannelFactory
 
AddressChannelFactory - Class in net.devh.springboot.autoconfigure.grpc.client
User: Michael Email: [email protected] Date: 5/17/16
AddressChannelFactory(GrpcChannelsProperties, LoadBalancer.Factory, GlobalClientInterceptorRegistry) - Constructor for class net.devh.springboot.autoconfigure.grpc.client.AddressChannelFactory
 
addressChannelFactory(GrpcChannelsProperties, LoadBalancer.Factory, GlobalClientInterceptorRegistry) - Method in class net.devh.springboot.autoconfigure.grpc.client.GrpcClientAutoConfiguration
 
AddressChannelNameResolver - Class in net.devh.springboot.autoconfigure.grpc.client
User: Michael Email: [email protected] Date: 5/17/16
AddressChannelNameResolver(String, GrpcChannelProperties, Attributes, SharedResourceHolder.Resource<ExecutorService>) - Constructor for class net.devh.springboot.autoconfigure.grpc.client.AddressChannelNameResolver
 
AddressChannelResolverFactory - Class in net.devh.springboot.autoconfigure.grpc.client
User: Michael Email: [email protected] Date: 5/17/16
AddressChannelResolverFactory(GrpcChannelsProperties) - Constructor for class net.devh.springboot.autoconfigure.grpc.client.AddressChannelResolverFactory
 

C

createChannel(String) - Method in class net.devh.springboot.autoconfigure.grpc.client.AddressChannelFactory
 
createChannel(String, List<ClientInterceptor>) - Method in class net.devh.springboot.autoconfigure.grpc.client.AddressChannelFactory
 
createChannel(String) - Method in class net.devh.springboot.autoconfigure.grpc.client.DiscoveryClientChannelFactory
 
createChannel(String, List<ClientInterceptor>) - Method in class net.devh.springboot.autoconfigure.grpc.client.DiscoveryClientChannelFactory
 
createChannel(String) - Method in interface net.devh.springboot.autoconfigure.grpc.client.GrpcChannelFactory
 
createChannel(String, List<ClientInterceptor>) - Method in interface net.devh.springboot.autoconfigure.grpc.client.GrpcChannelFactory
 

D

DEFAULT - Static variable in class net.devh.springboot.autoconfigure.grpc.client.GrpcChannelProperties
 
DEFAULT_HOST - Static variable in class net.devh.springboot.autoconfigure.grpc.client.GrpcChannelProperties
 
DEFAULT_PORT - Static variable in class net.devh.springboot.autoconfigure.grpc.client.GrpcChannelProperties
 
DiscoveryClientChannelFactory - Class in net.devh.springboot.autoconfigure.grpc.client
User: Michael Email: [email protected] Date: 5/17/16
DiscoveryClientChannelFactory(GrpcChannelsProperties, DiscoveryClient, LoadBalancer.Factory, GlobalClientInterceptorRegistry) - Constructor for class net.devh.springboot.autoconfigure.grpc.client.DiscoveryClientChannelFactory
 
discoveryClientChannelFactory(GrpcChannelsProperties, DiscoveryClient, LoadBalancer.Factory, GlobalClientInterceptorRegistry) - Method in class net.devh.springboot.autoconfigure.grpc.client.GrpcClientAutoConfiguration.DiscoveryGrpcClientAutoConfiguration
 
DiscoveryClientNameResolver - Class in net.devh.springboot.autoconfigure.grpc.client
User: Michael Email: [email protected] Date: 5/17/16
DiscoveryClientNameResolver(String, DiscoveryClient, Attributes, SharedResourceHolder.Resource<ScheduledExecutorService>, SharedResourceHolder.Resource<ExecutorService>) - Constructor for class net.devh.springboot.autoconfigure.grpc.client.DiscoveryClientNameResolver
 
DiscoveryClientResolverFactory - Class in net.devh.springboot.autoconfigure.grpc.client
User: Michael Email: [email protected] Date: 5/17/16
DiscoveryClientResolverFactory(DiscoveryClient, DiscoveryClientChannelFactory) - Constructor for class net.devh.springboot.autoconfigure.grpc.client.DiscoveryClientResolverFactory
 

G

getChannel(String) - Method in class net.devh.springboot.autoconfigure.grpc.client.GrpcChannelsProperties
 
getDefaultScheme() - Method in class net.devh.springboot.autoconfigure.grpc.client.AddressChannelResolverFactory
 
getDefaultScheme() - Method in class net.devh.springboot.autoconfigure.grpc.client.DiscoveryClientResolverFactory
 
getServiceAuthority() - Method in class net.devh.springboot.autoconfigure.grpc.client.AddressChannelNameResolver
 
getServiceAuthority() - Method in class net.devh.springboot.autoconfigure.grpc.client.DiscoveryClientNameResolver
 
GlobalClientInterceptorConfigurerAdapter - Class in net.devh.springboot.autoconfigure.grpc.client
User: Michael Email: [email protected] Date: 2016/12/6
GlobalClientInterceptorConfigurerAdapter() - Constructor for class net.devh.springboot.autoconfigure.grpc.client.GlobalClientInterceptorConfigurerAdapter
 
GlobalClientInterceptorRegistry - Class in net.devh.springboot.autoconfigure.grpc.client
User: Michael Email: [email protected] Date: 5/17/16
GlobalClientInterceptorRegistry() - Constructor for class net.devh.springboot.autoconfigure.grpc.client.GlobalClientInterceptorRegistry
 
globalClientInterceptorRegistry() - Method in class net.devh.springboot.autoconfigure.grpc.client.GrpcClientAutoConfiguration
 
globalTraceClientInterceptorConfigurerAdapter(Tracer) - Method in class net.devh.springboot.autoconfigure.grpc.client.GrpcClientAutoConfiguration.TraceClientAutoConfiguration
 
GrpcChannelFactory - Interface in net.devh.springboot.autoconfigure.grpc.client
User: Michael Email: [email protected] Date: 5/17/16
GrpcChannelProperties - Class in net.devh.springboot.autoconfigure.grpc.client
User: Michael Email: [email protected] Date: 5/17/16
GrpcChannelProperties() - Constructor for class net.devh.springboot.autoconfigure.grpc.client.GrpcChannelProperties
 
GrpcChannelsProperties - Class in net.devh.springboot.autoconfigure.grpc.client
User: Michael Email: [email protected] Date: 5/17/16
GrpcChannelsProperties() - Constructor for class net.devh.springboot.autoconfigure.grpc.client.GrpcChannelsProperties
 
grpcChannelsProperties() - Method in class net.devh.springboot.autoconfigure.grpc.client.GrpcClientAutoConfiguration
 
GrpcClient - Annotation Type in net.devh.springboot.autoconfigure.grpc.client
User: Michael Email: [email protected] Date: 2016/12/7
GrpcClientAutoConfiguration - Class in net.devh.springboot.autoconfigure.grpc.client
User: Michael Email: [email protected] Date: 5/17/16
GrpcClientAutoConfiguration() - Constructor for class net.devh.springboot.autoconfigure.grpc.client.GrpcClientAutoConfiguration
 
GrpcClientAutoConfiguration.DiscoveryGrpcClientAutoConfiguration - Class in net.devh.springboot.autoconfigure.grpc.client
 
GrpcClientAutoConfiguration.DiscoveryGrpcClientAutoConfiguration() - Constructor for class net.devh.springboot.autoconfigure.grpc.client.GrpcClientAutoConfiguration.DiscoveryGrpcClientAutoConfiguration
 
GrpcClientAutoConfiguration.TraceClientAutoConfiguration - Class in net.devh.springboot.autoconfigure.grpc.client
 
GrpcClientAutoConfiguration.TraceClientAutoConfiguration() - Constructor for class net.devh.springboot.autoconfigure.grpc.client.GrpcClientAutoConfiguration.TraceClientAutoConfiguration
 
grpcClientBeanPostProcessor(ApplicationContext) - Static method in class net.devh.springboot.autoconfigure.grpc.client.GrpcClientAutoConfiguration
 
GrpcClientBeanPostProcessor - Class in net.devh.springboot.autoconfigure.grpc.client
This BeanPostProcessor searches for fields and methods in beans that are annotated with GrpcClient and sets them.
GrpcClientBeanPostProcessor(ApplicationContext) - Constructor for class net.devh.springboot.autoconfigure.grpc.client.GrpcClientBeanPostProcessor
 
grpcLoadBalancerFactory() - Method in class net.devh.springboot.autoconfigure.grpc.client.GrpcClientAutoConfiguration
 

H

heartbeat(HeartbeatEvent) - Method in class net.devh.springboot.autoconfigure.grpc.client.DiscoveryClientChannelFactory
 

I

init() - Method in class net.devh.springboot.autoconfigure.grpc.client.GlobalClientInterceptorRegistry
 
inject(Span, Metadata) - Method in class net.devh.springboot.autoconfigure.grpc.client.MetadataInjector
 
interceptCall(MethodDescriptor<ReqT, RespT>, CallOptions, Channel) - Method in class net.devh.springboot.autoconfigure.grpc.client.TraceClientInterceptor
 
interceptorsFromAnnotation(GrpcClient) - Method in class net.devh.springboot.autoconfigure.grpc.client.GrpcClientBeanPostProcessor
Gets or creates the ClientInterceptors that are referenced in the given annotation.
isAvailable() - Method in class net.devh.springboot.autoconfigure.grpc.client.AddressChannelResolverFactory
 
isAvailable() - Method in class net.devh.springboot.autoconfigure.grpc.client.DiscoveryClientResolverFactory
 

M

MetadataInjector - Class in net.devh.springboot.autoconfigure.grpc.client
User: Michael Email: [email protected] Date: 5/17/16
MetadataInjector() - Constructor for class net.devh.springboot.autoconfigure.grpc.client.MetadataInjector
 

N

net.devh.springboot.autoconfigure.grpc.client - package net.devh.springboot.autoconfigure.grpc.client
 
newNameResolver(URI, Attributes) - Method in class net.devh.springboot.autoconfigure.grpc.client.AddressChannelResolverFactory
 
newNameResolver(URI, Attributes) - Method in class net.devh.springboot.autoconfigure.grpc.client.DiscoveryClientResolverFactory
 

P

postProcessAfterInitialization(Object, String) - Method in class net.devh.springboot.autoconfigure.grpc.client.GrpcClientBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class net.devh.springboot.autoconfigure.grpc.client.GrpcClientBeanPostProcessor
 
priority() - Method in class net.devh.springboot.autoconfigure.grpc.client.AddressChannelResolverFactory
 
priority() - Method in class net.devh.springboot.autoconfigure.grpc.client.DiscoveryClientResolverFactory
 
processInjectionPoint(Member, Class<T>, GrpcClient) - Method in class net.devh.springboot.autoconfigure.grpc.client.GrpcClientBeanPostProcessor
Processes the given injection point and computes the appropriate value for the injection.

R

refresh() - Method in class net.devh.springboot.autoconfigure.grpc.client.AddressChannelNameResolver
 
refresh() - Method in class net.devh.springboot.autoconfigure.grpc.client.DiscoveryClientNameResolver
 

S

setApplicationContext(ApplicationContext) - Method in class net.devh.springboot.autoconfigure.grpc.client.GlobalClientInterceptorRegistry
 
shutdown() - Method in class net.devh.springboot.autoconfigure.grpc.client.AddressChannelNameResolver
 
shutdown() - Method in class net.devh.springboot.autoconfigure.grpc.client.DiscoveryClientNameResolver
 
start(NameResolver.Listener) - Method in class net.devh.springboot.autoconfigure.grpc.client.AddressChannelNameResolver
 
start(NameResolver.Listener) - Method in class net.devh.springboot.autoconfigure.grpc.client.DiscoveryClientNameResolver
 

T

TraceClientInterceptor - Class in net.devh.springboot.autoconfigure.grpc.client
User: Michael Email: [email protected] Date: 2016/12/8
TraceClientInterceptor(Tracer, SpanInjector<Metadata>) - Constructor for class net.devh.springboot.autoconfigure.grpc.client.TraceClientInterceptor
 

V

valueForMember(String, Member, Class<T>, Channel) - Method in class net.devh.springboot.autoconfigure.grpc.client.GrpcClientBeanPostProcessor
Creates the instance to be injected for the given member.
A C D G H I M N P R S T V