Open ikamman opened 6 years ago
The netflix-core uses the same name of the factory method for Single return type, even then when types got different canonical names. For factory methods spring use the method name strategy. The @RxJava will take place only for the same bean type.
I just came across the same issue. Thanks @ikamman for creating the PR.
Thank you for this, @ikamman !
The netflix-core uses the same name of the factory method for Single return type, even then when types got different canonical names. For factory methods spring use the method name strategy. The @RxJava will take place only for the same bean type.