Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Jun 20, 2022
1 parent 53dd991 commit b049f65
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public void start(AopContext context) {
}

serviceMap = new HashMap<>();
clientMap = new HashMap<>();

context.beanBuilderAdd(GrpcService.class, new GrpcServiceBeanBuilder(serviceMap));
context.beanInjectorAdd(GrpcClient.class, new GrpcClientBeanInjector(clientMap));

Expand Down

0 comments on commit b049f65

Please sign in to comment.