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 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