forked from cashapp/misk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: do not require List<Client*Interceptor> to be bound when using T…
…ypedClientFactory stand-alone (cashapp#2218) When an app does not use TypedHttpClientModule and tries to use TypedClientFactory, it asks for lists of client interceptors. These are usually bound to an empty list (new multibinder) in TypedHttpClientModule, so without that module bound it fails.
- Loading branch information
Showing
2 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters