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 Type
    Method
    Description
    Finds endpoint adapter for the mapping key.
  • Method Details

    • getEndpointAdapter

      EndpointAdapter getEndpointAdapter(String mappingKey)
      Finds endpoint adapter for the mapping key.
      Parameters:
      mappingKey -
      Returns: