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
Modifier and TypeFieldDescriptionstatic final String
Name of single setter method on this interface. -
Method Summary
-
Field Details
-
CHANNEL_PORT
Name of single setter method on this interface.- See Also:
-
-
Method Details
-
channelPort
void channelPort(int value) Overrides client URI port.- Parameters:
value
- the new port value
-