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 authored Sep 5, 2024
1 parent 5a219a7 commit 2492865
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
public class GrpcClientDeadlineAutoConfiguration {

/**
* Creates a {@link GrpcChannelConfigurer} bean with interceptor that will call withDeadlineAfter with deadline from
* props.
* Creates a {@link GrpcChannelConfigurer} bean applying the default deadline from config to each new call using a {@link ClientInterceptor}.
*
* @param props The properties for deadline configuration.
* @return The StubTransformer bean with interceptor if deadline is configured.
Expand Down

0 comments on commit 2492865

Please sign in to comment.