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 final String
     

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Method Summary

    Modifier and Type
    Method
    Description
    A unique key identifying the particular route.

    Methods inherited from interface org.springframework.core.Ordered

    getOrder
  • Field Details

    • PACKAGE_FRAGMENT

      static final String PACKAGE_FRAGMENT
  • Method Details

    • getLookupKey

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