Interface PluginSharedDataRegistry
-
- All Known Implementing Classes:
DefaultPluginSharedDataRegistry
@Deprecated(since="8.2", forRemoval=true) public interface PluginSharedDataRegistry
Deprecated, for removal: This API element is subject to removal in a future version.since 8.2Provides facilities to allow plugins to obtainSharedData
instances. In clustered Confluence installations, these SharedData instances will contain the same data on every node in the cluster.- Since:
- 5.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description @NonNull SharedData
getPluginSharedData(PluginSharedDataKey moduleKey)
Deprecated, for removal: This API element is subject to removal in a future version.Obtain a SharedData object for the given plugin-specific key
-
-
-
Method Detail
-
getPluginSharedData
@NonNull SharedData getPluginSharedData(PluginSharedDataKey moduleKey)
Deprecated, for removal: This API element is subject to removal in a future version.Obtain a SharedData object for the given plugin-specific key
-
-