Package net.devh.boot.grpc.client.inject
package net.devh.boot.grpc.client.inject
Classes used to inject the client references into beans.
-
ClassDescriptionAn annotation for fields of type
Channelor subclasses ofAbstractStub/gRPC client services.Annotation that can be added toConfigurationclasses to add aGrpcClientbean to theApplicationContext.ThisBeanPostProcessorsearches for fields and methods in beans that are annotated withGrpcClientand sets them.Annotation that can be added toConfigurationclasses to addGrpcClientbeans to theApplicationContext.BeanFactoryPostProcessorthat searches the bean definitions forGrpcClientannotations on constructors and factory methods.A stub transformer will be used by theGrpcClientBeanPostProcessorto configure the stubs before they are assigned to their fields.