Class RepositoryEndpoint

java.lang.Object
org.eclipse.rdf4j.federated.endpoint.EndpointBase
org.eclipse.rdf4j.federated.endpoint.RepositoryEndpoint
All Implemented Interfaces:
Endpoint
Direct Known Subclasses:
ManagedRepositoryEndpoint

public class RepositoryEndpoint extends EndpointBase
A specialized Endpoint that has a reference to a configured Repository.

Note that this implementation does not take care for the lifecycle of the repository. If the lifecycle of the Repository should be managed by FedX, consider using ManagedRepositoryEndpoint

Author:
Andreas Schwarte