Uses of Interface
com.opencloud.sentinel.feature.spi.SentinelFeatureStats
-
Packages that use SentinelFeatureStats Package Description com.opencloud.sentinel.feature.spi.init API for Sentinel feature dependency injection. -
-
Uses of SentinelFeatureStats in com.opencloud.sentinel.feature.spi.init
Classes in com.opencloud.sentinel.feature.spi.init with type parameters of type SentinelFeatureStats Modifier and Type Interface Description interface
InjectFeatureStats<Stats extends SentinelFeatureStats>
Features implement this interface if they have defined their own statistics interface that extends SentinelFeatureStats
-