Interface RoutableDataSource
-
public interface RoutableDataSourceRepresents a JPA datasource that can participate in a compositeRoutingJpaDataSource.- Author:
- Jeff Fischer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLookupKey()The key identifying this datasource as a match for a route.
-
-
-
Method Detail
-
getLookupKey
String getLookupKey()
The key identifying this datasource as a match for a route. The key is generally compared to what is identified inDataRouteContext.- Returns:
- The key identifying this datasource as a match for a route.
-
-