xxxxxxxxxx
public class ProductCompositeIntegration implements ProductService, RecommendationService, ReviewService {
private final WebClient webClient;
@Autowired
public ProductCompositeIntegration(
WebClient.Builder webClient,
) {
this.webClient = webClient.build();
}