Why getClientInstance is used for inbound and getAsyncClientInstance is used for outbound to get synchronous and asynchronous clients?

36 views Asked by At

What if I use an asynchronous client for both outbound and inbound, I see that the code is private and there is no way to rewrite it

this.client = this.clientFactory.getAsyncClientInstance(this.getUrl(), this.getClientId());
0

There are 0 answers