Package com.opencloud.sentinel.charging
Interface SentinelChargingFeatureEndpoint
-
- All Superinterfaces:
BaseInitialTriggerFeatureEndpoint
,FeatureEndpoint
- All Known Subinterfaces:
SentinelSipMultiLegFeatureEndpoint
public interface SentinelChargingFeatureEndpoint extends BaseInitialTriggerFeatureEndpoint
The Sentinel Endpoint for this feature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChargingManager
getChargingManager()
Get the charging manager, which is the purpose of this feature.-
Methods inherited from interface com.opencloud.sentinel.feature.spi.BaseInitialTriggerFeatureEndpoint
doNotChargeSession, doNotMonitorSession
-
Methods inherited from interface com.opencloud.sentinel.feature.spi.FeatureEndpoint
featureCannotStart, featureFailedToExecute, featureHasFinished, featureIssuedWarning, getConvergenceName
-
-
-
-
Method Detail
-
getChargingManager
ChargingManager getChargingManager()
Get the charging manager, which is the purpose of this feature.
-
-