Interface GrpcConfigurablePort


public interface GrpcConfigurablePort
Interface implemented by all gRPC client proxies. The method channelPort(int) can be called at runtime to override the client URI port from config. Typically used for testing.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Name of single setter method on this interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    channelPort(int value)
    Overrides client URI port.
  • Field Details

  • Method Details

    • channelPort

      void channelPort(int value)
      Overrides client URI port.
      Parameters:
      value - the new port value