Interface FederationMember
- All Known Subinterfaces:
 BRTPFServer,GraphQLEndpoint,Neo4jServer,SPARQLEndpoint,TPFServer
public interface FederationMember
- 
Method Summary
Modifier and TypeMethodDescriptionFor federation members for which sub-queries need to be rewritten based on a particular vocabulary mapping, this function return that mapping. 
- 
Method Details
- 
getInterface
DataRetrievalInterface getInterface() - 
getVocabularyMapping
VocabularyMapping getVocabularyMapping()For federation members for which sub-queries need to be rewritten based on a particular vocabulary mapping, this function return that mapping. For the federation members for which the sub-queries can be used as is, this function returnsnull. 
 -