Class GrpcAdviceDiscoverer

java.lang.Object
net.devh.boot.grpc.server.advice.GrpcAdviceDiscoverer
All Implemented Interfaces:
Aware, InitializingBean, ApplicationContextAware

public class GrpcAdviceDiscoverer extends Object implements InitializingBean, ApplicationContextAware
A discovery class to find all Beans annotated with @GrpcAdvice and for all found beans a second search is performed looking for methods with @GrpcExceptionHandler.
See Also: