Interface IntegrationRestTemplateCreator

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

        boolean isApplicable​(ConsumedDestinationModel destination)
        If the strategy applicable for giving consumed destination model
        Parameters:
        destination - consumed destination model
        Returns:
        applicable