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 Type
    Method
    Description
    org.springframework.web.client.RestOperations
    Create a rest template by given consumed destination model.
  • Method Details

    • 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