Class AnnotationGrpcClientRegistrar
java.lang.Object
org.springframework.grpc.client.AbstractGrpcClientRegistrar
org.springframework.grpc.client.AnnotationGrpcClientRegistrar
- All Implemented Interfaces:
org.springframework.context.annotation.ImportBeanDefinitionRegistrar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GrpcClientFactory.GrpcClientRegistrationSpec[]collect(org.springframework.core.type.AnnotationMetadata meta) Methods inherited from class AbstractGrpcClientRegistrar
registerBeanDefinitionsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
registerBeanDefinitions
-
Constructor Details
-
AnnotationGrpcClientRegistrar
public AnnotationGrpcClientRegistrar()
-
-
Method Details
-
collect
protected GrpcClientFactory.GrpcClientRegistrationSpec[] collect(org.springframework.core.type.AnnotationMetadata meta) - Specified by:
collectin classAbstractGrpcClientRegistrar
-