public class AnnotationGrpcServiceDiscoverer extends java.lang.Object implements org.springframework.context.ApplicationContextAware, GrpcServiceDiscoverer
Constructor and Description |
---|
AnnotationGrpcServiceDiscoverer() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.String> |
findGrpcServiceBeanNames() |
java.util.Collection<GrpcServiceDefinition> |
findGrpcServices() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public java.util.Collection<java.lang.String> findGrpcServiceBeanNames()
public java.util.Collection<GrpcServiceDefinition> findGrpcServices()
findGrpcServices
in interface GrpcServiceDiscoverer