Uses of Interface
com.opencloud.sentinel.config.SentinelConfiguration
-
Packages that use SentinelConfiguration Package Description com.opencloud.sentinel.config The Sentinel platform configuration and Reader interfaces that features use to access platform configuration.com.opencloud.sentinel.feature.spi.init API for Sentinel feature dependency injection. -
-
Uses of SentinelConfiguration in com.opencloud.sentinel.config
Methods in com.opencloud.sentinel.config that return SentinelConfiguration Modifier and Type Method Description SentinelConfiguration
SentinelPlatformConfigurationReader. getSentinelPlatformConfiguration()
-
Uses of SentinelConfiguration in com.opencloud.sentinel.feature.spi.init
Methods in com.opencloud.sentinel.feature.spi.init with parameters of type SentinelConfiguration Modifier and Type Method Description void
InjectSentinelPlatformConfiguration. injectSentinelConfiguration(SentinelConfiguration sentinelConfiguration)
Inject sentinel platform configuration
-