Annotation Type GrpcChannel


  • @Documented
    @Retention(RUNTIME)
    public @interface GrpcChannel
    An annotation that can be used to inject a GRPC ManagedChannel.
    Since:
    1.0
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String id  
      java.lang.String value  
    • Element Detail

      • value

        @AliasFor(member="id")
        java.lang.String value
        Returns:
        The URL or service ID of the remote service
        Default:
        ""
      • id

        @AliasFor(member="value")
        java.lang.String id
        Returns:
        The ID of the client
        Default:
        ""