Uses of Class
com.opencloud.sentinel.feature.spi.FeatureError
-
Packages that use FeatureError Package Description com.opencloud.sentinel.feature.spi This package contains the endpoint and feature API in the Sentinel services. -
-
Uses of FeatureError in com.opencloud.sentinel.feature.spi
Methods in com.opencloud.sentinel.feature.spi with parameters of type FeatureError Modifier and Type Method Description void
FeatureEndpoint. featureCannotStart(FeatureError reason)
notification: feature failed to start properlyvoid
FeatureEndpoint. featureFailedToExecute(FeatureError reason)
notification: feature has started, but failed during execution
-