Class RepositoryEndpointProvider

java.lang.Object
org.eclipse.rdf4j.federated.endpoint.provider.RepositoryEndpointProvider
All Implemented Interfaces:
EndpointProvider<RepositoryInformation>

public class RepositoryEndpointProvider extends Object implements EndpointProvider<RepositoryInformation>
Returns an Endpoint for an already configured Repository.

If the repository is already initialized, it is assumed that the lifecycle is managed externally (see RepositoryEndpoint. Otherwise, FedX will make sure to take care for the lifecycle of the repository, i.e. initialize and shutdown (see ManagedRepositoryEndpoint).

Author:
Andreas Schwarte
See Also: