Package org.forgerock.openig.heap
Interface ReloadableResourcesRegistry
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Register reloadable resources so that they may be made available for querying and/or updating.
-
Method Summary
Modifier and TypeMethodDescriptionvoidregister(ReloadableResource reloadableResource) Register a reloadable resource.
-
Method Details
-
register
Register a reloadable resource.- Parameters:
reloadableResource- theReloadableResourceto register.- Throws:
HeapException- if the resource cannot be registered.
-