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-starter/src/main/java/net/devh/boot/grpc/client/autoconfigure/GrpcClientTimeoutAutoConfiguration.java
Copy file name to clipboardExpand all lines: grpc-client-spring-boot-starter/src/main/java/net/devh/boot/grpc/client/interceptor/TimeoutSetupClientInterceptor.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -28,25 +28,25 @@
28
28
importlombok.extern.slf4j.Slf4j;
29
29
30
30
/**
31
-
* Deadline setup client interceptor that create new deadline instance from defaultDeadline.
31
+
* Timeout setup client interceptor that create new deadline instance from the timeout.
"description": "The deadline is used to applying from config to each new call."
114
+
"description": "The timeout is used to applying from config to each new call. By default and if zero value is configured, the timeout will not be used. The default timeout will be ignored, if a deadline has been applied manually."
Copy file name to clipboardExpand all lines: grpc-client-spring-boot-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
0 commit comments