Package org.forgerock.am.config
Interface ServiceComponentConfig
- All Superinterfaces:
ListenableConfig
- All Known Subinterfaces:
IotServiceConfig
A marker interface indicating that the sub-type defines configuration for a Service Component.
Sub-types should annotated with Config
and specify the Config.scope()
as
Config.Scope.SERVICE
and contain inner interfaces which declare the specific type of configuration
using the Config
annotation, such as Config.Scope.GLOBAL
or Config.Scope.REALM
-
Method Summary
Methods inherited from interface org.forgerock.am.config.ListenableConfig
watch