Package org.forgerock.am.config
Interface ServiceComponentConfig
- 
- All Superinterfaces:
 ListenableConfig
- All Known Subinterfaces:
 IotServiceConfig
public interface ServiceComponentConfig extends ListenableConfig
A marker interface indicating that the sub-type defines configuration for a Service Component.Sub-types should annotated with
Configand specify theConfig.scope()asConfig.Scope.SERVICEand contain inner interfaces which declare the specific type of configuration using theConfigannotation, such asConfig.Scope.GLOBALorConfig.Scope.REALM 
- 
- 
Method Summary
- 
Methods inherited from interface org.forgerock.am.config.ListenableConfig
watch 
 - 
 
 -