Interface BaseInitialTriggerFeatureEndpoint
-
- All Superinterfaces:
FeatureEndpoint
- All Known Subinterfaces:
SentinelChargingFeatureEndpoint
,SentinelSipMultiLegFeatureEndpoint
public interface BaseInitialTriggerFeatureEndpoint extends FeatureEndpoint
The interface a feature running on a session start or initial trigger feature execution point uses to provide feedback into the sentinel core.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doNotChargeSession()
request: do not charge this sessionvoid
doNotMonitorSession()
request: do not monitor this session-
Methods inherited from interface com.opencloud.sentinel.feature.spi.FeatureEndpoint
featureCannotStart, featureFailedToExecute, featureHasFinished, featureIssuedWarning, getConvergenceName
-
-