Interface EndpointAdapterMappingStrategy
public interface EndpointAdapterMappingStrategy
Strategy finds proper endpoint adapter instance for given mapping key.
- Since:
- 1.4
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptiongetEndpointAdapter(String mappingKey) Finds endpoint adapter for the mapping key.
-
Method Details
-
getEndpointAdapter
Finds endpoint adapter for the mapping key.- Parameters:
mappingKey-- Returns:
-