T - the type of resource available from this servicepublic interface RetrievalService<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletionStage<? extends T> |
get(org.apache.commons.rdf.api.IRI identifier)
Get a resource by the given identifier.
|
java.util.concurrent.CompletionStage<? extends T> get(org.apache.commons.rdf.api.IRI identifier)
identifier - the resource identifier