Interface DestinationRestTemplateId
-
- All Known Implementing Classes:
DefaultDestinationRestTemplateId,DestinationOauthRestTemplateId
public interface DestinationRestTemplateIdDefines the identifier that uses destination and rest template class
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConsumedDestinationModelgetDestination()java.lang.Class<? extends org.springframework.web.client.RestTemplate>getRestTemplateType()
-
-
-
Method Detail
-
getDestination
ConsumedDestinationModel getDestination()
-
getRestTemplateType
java.lang.Class<? extends org.springframework.web.client.RestTemplate> getRestTemplateType()
-
-