Class JohnsonUtils
java.lang.Object
com.atlassian.confluence.plugins.opensearch.johnson.JohnsonUtils
Utility methods relating to the Johnson framework.
- Since:
- 8.7
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
hasOpenSearchEvent
(JohnsonError error) Check if OpenSearch Johnson event has been raised for the given errorstatic void
Raise Startup Johnson event for open search
-
Method Details
-
raiseStartupErrorIfNotExistFor
Raise Startup Johnson event for open search- Parameters:
error
- Johnson error message
-
hasOpenSearchEvent
Check if OpenSearch Johnson event has been raised for the given error- Parameters:
error
-- Returns:
- true if the event has been raised, or false otherwise
-