Package net.devh.boot.grpc.client.inject
Annotation Interface GrpcClientBeans
Annotation that can be added to
Configuration
classes to add GrpcClient
beans to the
ApplicationContext
.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionHelper field containing multipleGrpcClientBean
definitions.
-
Element Details
-
value
GrpcClientBean[] valueHelper field containing multipleGrpcClientBean
definitions.- Returns:
- An array with bean definitions to create.
-