Class ProductRestTemplateFactory

java.lang.Object
es.kukenan.smartfi.microservice.security.gateway.service.ProductRestTemplateFactory

@Configuration public class ProductRestTemplateFactory extends Object
Product rest template factory.
  • Constructor Details

    • ProductRestTemplateFactory

      public ProductRestTemplateFactory()
  • Method Details

    • createProductRestTemplate

      @Bean @Qualifier("productRestTemplate") public ProductRestTemplateFactory.ProductRestTemplate createProductRestTemplate()
      Create a RestTemplate configured to support Product.
      Returns:
      RestTemplate configured to support Product API.