public interface OwnerSource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OwnerSource.Autocompletion |
static class |
OwnerSource.OwnerNotFound |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<OwnerSource.Autocompletion> |
autocompletion()
Override if the implemented owner source supports autocompletion.
|
boolean |
exists(java.lang.String ownerId) |
pl.allegro.tech.hermes.api.Owner |
get(java.lang.String id) |
default boolean |
isDeprecated() |
java.lang.String |
name() |
java.lang.String name()
boolean exists(java.lang.String ownerId)
pl.allegro.tech.hermes.api.Owner get(java.lang.String id)
throws OwnerSource.OwnerNotFound
OwnerSource.OwnerNotFounddefault boolean isDeprecated()
default java.util.Optional<OwnerSource.Autocompletion> autocompletion()