You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: grpc-client-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/client/config/GrpcChannelProperties.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,8 @@ public void setAddress(final URI address) {
104
104
* <li>{@code dns:///example.com:9090}</li>
105
105
* <li>{@code discovery:/foo-service}</li>
106
106
* <li>{@code discovery:///foo-service}</li>
107
+
* <li>{@code unix:<relative-path>} (Additional dependencies may be required)</li>
108
+
* <li>{@code unix://</absolute-path>} (Additional dependencies may be required)</li>
107
109
* </ul>
108
110
*
109
111
* @param address The string representation of an uri to use as target address or null to use a fallback.
Copy file name to clipboardExpand all lines: grpc-server-spring-boot-autoconfigure/src/main/java/net/devh/boot/grpc/server/config/GrpcServerProperties.java
0 commit comments