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 inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
Modifier and TypeMethodDescriptionA unique key identifying the particular route.Methods inherited from interface org.springframework.core.Ordered
getOrder
-
Field Details
-
PACKAGE_FRAGMENT
-
-
Method Details
-
getLookupKey
String getLookupKey()A unique key identifying the particular route.- Returns:
- A unique key identifying the particular route.
-