Interface IntegrationRestTemplateFactory
-
- All Known Implementing Classes:
DefaultIntegrationRestTemplateFactory
public interface IntegrationRestTemplateFactoryThe factory template method interface to create rest template instance by given Consumed destination model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.web.client.RestOperationscreate(ConsumedDestinationModel destination)Create a rest template by given consumed destination model.
-
-
-
Method Detail
-
create
org.springframework.web.client.RestOperations create(ConsumedDestinationModel destination)
Create a rest template by given consumed destination model.- Parameters:
destination- consumed destination model- Returns:
- restTemplate
-
-