Skip to content

Commit

Permalink
add applicationscope to get manager (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
akoserwal authored Sep 26, 2024
1 parent 82599ab commit 21e8fec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
@ApplicationScoped
public class CDIManagedInventoryClients {
@Produces
@ApplicationScoped
InventoryGrpcClientsManager getManager(Config config) {
var isSecureClients = config.isSecureClients();
var targetUrl = config.targetUrl();
Expand Down

0 comments on commit 21e8fec

Please sign in to comment.