Interface RoutableDataSource
public interface RoutableDataSource
Represents a JPA datasource that can participate in a composite
RoutingJpaDataSource
.- Author:
- Jeff Fischer
-
Method Summary
Modifier and TypeMethodDescriptionThe key identifying this datasource as a match for a route.
-
Method Details
-
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.
-