Interface DataRouteSupporting

  • All Superinterfaces:
    org.springframework.core.Ordered

    public interface DataRouteSupporting
    extends org.springframework.core.Ordered
    Universal marker interface that identifies a lookup key that a data routing composite component can use to identify a specific underlying routable component. Extensions are used to identify specific common route cases (e.g bulk update, export, and data tracking concepts).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String PACKAGE_FRAGMENT  
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Field Detail

      • PACKAGE_FRAGMENT

        static final String PACKAGE_FRAGMENT
    • Method Detail

      • getLookupKey

        String getLookupKey()
        A unique key identifying the particular route.
        Returns:
        A unique key identifying the particular route.