Interface DataRouteSupporting
- 
- All Superinterfaces:
 org.springframework.core.Ordered
public interface DataRouteSupporting extends org.springframework.core.OrderedUniversal 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 StringPACKAGE_FRAGMENT 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLookupKey()A unique key identifying the particular route. 
 -