Interface IntegrationRestTemplateFactory
- All Known Implementing Classes:
DefaultIntegrationRestTemplateFactory
public interface IntegrationRestTemplateFactory
The factory template method interface to create rest template instance by given Consumed destination model.
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.client.RestOperationscreate(ConsumedDestinationModel destination) Create a rest template by given consumed destination model.
-
Method Details
-
create
Create a rest template by given consumed destination model.- Parameters:
destination- consumed destination model- Returns:
- restTemplate
-