Package de.hybris.platform.governor
Class ResourceGovernorProvider
- java.lang.Object
-
- de.hybris.platform.governor.ResourceGovernorProvider
-
@Beta public final class ResourceGovernorProvider extends java.lang.ObjectA singleton responsible for providing aResourceGovernorimplementation. It is used to bring spring world to other parts of our beloved stack. PLEASE NOTE: This API is in the beta stage, it can be changed or even removed in a future release. Compatibility with other features is not guaranteed.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceGovernorProvidergetInstance()Get the singleton instance PLEASE NOTE: This API is in the beta stage, it can be changed or even removed in a future release.ResourceGovernorgetResourceGovernor()Provides configuredResourceGovernor's implementation PLEASE NOTE: This API is in the beta stage, it can be changed or even removed in a future release.
-
-
-
Method Detail
-
getInstance
@Beta public static ResourceGovernorProvider getInstance()
Get the singleton instance PLEASE NOTE: This API is in the beta stage, it can be changed or even removed in a future release. Compatibility with other features is not guaranteed.- Returns:
ResourceGovernorProviderinstance
-
getResourceGovernor
@Beta public ResourceGovernor getResourceGovernor()
Provides configuredResourceGovernor's implementation PLEASE NOTE: This API is in the beta stage, it can be changed or even removed in a future release. Compatibility with other features is not guaranteed.- Returns:
ResourceGovernor's implementation
-
-