Annotation Interface GrpcClientBeans


@Target(TYPE) @Retention(RUNTIME) public @interface GrpcClientBeans
Annotation that can be added to Configuration classes to add GrpcClient beans to the ApplicationContext.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Helper field containing multiple GrpcClientBean definitions.
  • Element Details

    • value

      Helper field containing multiple GrpcClientBean definitions.
      Returns:
      An array with bean definitions to create.