Skip to content

Commit

Permalink
Update grpc-client-spring-boot-starter/src/main/java/net/devh/boot/gr…
Browse files Browse the repository at this point in the history
…pc/client/autoconfigure/GrpcClientDeadlineAutoConfiguration.java

Co-authored-by: ST-DDT <[email protected]>
  • Loading branch information
batsura-sa and ST-DDT committed Sep 5, 2024
1 parent a8bbe07 commit 5a219a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class GrpcClientDeadlineAutoConfiguration {
*
* @param props The properties for deadline configuration.
* @return The StubTransformer bean with interceptor if deadline is configured.
* @see DeadlineSetupClientInterceptor#interceptCall(MethodDescriptor, CallOptions, Channel)
* @see DeadlineSetupClientInterceptor
*/
@Bean
GrpcChannelConfigurer deadlineGrpcChannelConfigurer(final GrpcChannelsProperties props) {
Expand Down

0 comments on commit 5a219a7

Please sign in to comment.