Uses of Interface
com.opencloud.sentinel.config.SentinelPlatformConfigurationReader
-
Packages that use SentinelPlatformConfigurationReader Package Description com.opencloud.sentinel.feature.impl Classes that Sentinel POJO based features may choose to extend. -
-
Uses of SentinelPlatformConfigurationReader in com.opencloud.sentinel.feature.impl
Methods in com.opencloud.sentinel.feature.impl with parameters of type SentinelPlatformConfigurationReader Modifier and Type Method Description void
FeatureFactoryImpl. initialise(SentinelPlatformConfigurationReader sentinelConfigurationReader, com.opencloud.sentinel.feature.spi.SentinelFeatureRegisterImpl featureRegisterImpl, com.opencloud.sce.fsmtool.Facilities facilities, java.util.Map<java.lang.String,java.lang.Object> providers, com.opencloud.sentinel.stats.SentinelFeatureStatsAccess statsAccess, com.opencloud.sentinel.feature.common.lists.AddressListCollection addressListCollection, com.opencloud.rhino.facilities.childrelations.ChildRelationFacility childRelationFacility, com.opencloud.sentinel.feature.sbb.SentinelFeatureSbbSupport featureSbbSupport, com.opencloud.sentinel.feature.spi.init.SentinelTracerSupport sentinelTracerSupport, com.opencloud.sentinel.feature.spi.init.SentinelFrontEnd sentinelFrontEnd, MapperLibrary<?> mapperLibrary, MapperFacilities mapperFacilities, LimiterFilterConditionAccess limiterFilterConditionAccess)
Initialise a feature factory with additional dependencies needed
-