T
- Base DOMService
E
- Extension type@Beta public interface DOMExtensibleService<T extends DOMExtensibleService<T,E>,E extends DOMServiceExtension<T,E>> extends DOMService
DOMServiceExtension
. Aside for marking
these, they also provide runtime query to detect whether a particular trait is in fact available.Modifier and Type | Method and Description |
---|---|
@NonNull com.google.common.collect.ClassToInstanceMap<E> |
getExtensions()
Return a map of currently-supported extensions, along with accessor services
which provide access to the specific functionality bound to this service.
|
@NonNull com.google.common.collect.ClassToInstanceMap<E> getExtensions()
Copyright © 2019 OpenDaylight. All rights reserved.