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