public interface PlugInConfigurationSupport
Modifier and Type | Method and Description |
---|---|
void |
init(Map<String,String> configuration,
Map<String,Object> sharedState)
Initialisation method called before any request to pass in plug-in configuration and a shared state map to share state
between multiple plug-ins handling the same request.
|
void init(Map<String,String> configuration, Map<String,Object> sharedState) throws IOException
configuration
- - The defined configuration for this plug-in. This Map is shared between all instances of the
plug-in and is not modifiable.sharedState
- - A Map of shared state to be shared by all plug-ins handling the same request.IOException
- If the plug-in can not complete the initialisation successfully.Copyright © 2023 JBoss by Red Hat. All rights reserved.