Uses of Interface
com.opencloud.sentinel.feature.spi.SentinelFeature
-
Packages that use SentinelFeature Package Description com.opencloud.sentinel.feature.impl Classes that Sentinel POJO based features may choose to extend.com.opencloud.sentinel.feature.sbb A base class that Sentinel SBB based features may choose to extend.com.opencloud.sentinel.feature.spi This package contains the endpoint and feature API in the Sentinel SIP service. -
-
Uses of SentinelFeature in com.opencloud.sentinel.feature.impl
Classes in com.opencloud.sentinel.feature.impl that implement SentinelFeature Modifier and Type Class Description class
BaseFeature<SessionStateType,EndpointType extends FeatureEndpoint>
Base class for POJO features.class
NullSentinelFeature
NullSentinelFeature is used by Sentinel if a feature that does not exist is referenced in a feature execution script.Methods in com.opencloud.sentinel.feature.impl that return SentinelFeature Modifier and Type Method Description SentinelFeature
FeatureFactoryImpl. getSentinelFeature(java.lang.String name)
-
Uses of SentinelFeature in com.opencloud.sentinel.feature.sbb
Classes in com.opencloud.sentinel.feature.sbb that implement SentinelFeature Modifier and Type Class Description class
BaseFeatureSbbImpl<SessionStateType>
Base class for implementation of feature SBBsclass
FeatureSbbFacade
Facade feature that acts as a proxy for a feature sbb -
Uses of SentinelFeature in com.opencloud.sentinel.feature.spi
Subinterfaces of SentinelFeature in com.opencloud.sentinel.feature.spi Modifier and Type Interface Description interface
SipFeature
Interface implemented by SIP features which need to expose aToFeatureEndpoint
interface.
-