Skip to content

Commit 4439e6a

Browse files
a-simeshinST-DDT
andauthored
Update docs/en/client/getting-started.md
Co-authored-by: ST-DDT <[email protected]>
1 parent 7b2d3ad commit 4439e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/client/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ If you don't wish to use any advanced features, then the first element is probab
112112
`ApplicationStartedEvent`. Stubs connecting to services outside of the application can be used earlier; starting with
113113
`@PostConstruct` / `InitializingBean#afterPropertiesSet()`.
114114
- [`@GrpcClientBean`](https://javadoc.io/page/net.devh/grpc-client-spring-boot-autoconfigure/latest/net/devh/boot/grpc/client/inject/GrpcClientBean.html):
115-
The annotation should help with registration `@GrpcClient` to the spring context for usage with `@Autowire` and
116-
`@Qualifier`, required annotation `@Configuration`. Also, this annotation is repeatable using `@GrpcClientBeans`.
115+
The annotation helps to register `@GrpcClient` beans in the Spring context to be used with `@Autowired` and
116+
`@Qualifier`. The annotation can be repeatedly added to any of your `@Configuration` classes.
117117
- [`Channel`](https://javadoc.io/page/io.grpc/grpc-all/latest/io/grpc/Channel.html):
118118
The Channel is a connection pool for a single address. The target servers might serve multiple grpc-services though.
119119
The address will be resolved using a `NameResolver` and might point to a fixed or dynamic number of servers.

0 commit comments

Comments
 (0)