Annotation Interface GrpcChannel


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

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
     
  • Element Details

    • value

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

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