Interface EndpointAdapterMappingStrategy
-
public interface EndpointAdapterMappingStrategyStrategy finds proper endpoint adapter instance for given mapping key.- Since:
- 1.4
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointAdaptergetEndpointAdapter(String mappingKey)Finds endpoint adapter for the mapping key.
-
-
-
Method Detail
-
getEndpointAdapter
EndpointAdapter getEndpointAdapter(String mappingKey)
Finds endpoint adapter for the mapping key.- Parameters:
mappingKey-- Returns:
-
-