Package | Description |
---|---|
com.opencloud.sentinel.feature.spi |
This package contains the endpoint and feature API in the Sentinel services.
|
Modifier and Type | Method and Description |
---|---|
FeatureWarning.Cause |
FeatureWarning.getCause() |
static FeatureWarning.Cause |
FeatureWarning.Cause.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FeatureWarning.Cause[] |
FeatureWarning.Cause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FeatureWarning(FeatureWarning.Cause cause,
java.lang.String explanation)
Create a feature error with an associated cause and explanation
|
Copyright © OpenCloud. All Rights Reserved.