Interface SentinelDiameterStartSessionFeatureEndpoint
-
- All Superinterfaces:
BaseInitialTriggerFeatureEndpoint,CommonInitialFeatureEndpoint,FeatureEndpoint
public interface SentinelDiameterStartSessionFeatureEndpoint extends CommonInitialFeatureEndpoint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmarkChargingType(com.opencloud.sentinel.common.ChargingType chargingType)request: set the charging type of the client-side sessionvoidmarkTargetChargingType(com.opencloud.sentinel.common.ChargingType chargingType)request: set the charging type for the OCS-side connection-
Methods inherited from interface com.opencloud.sentinel.feature.spi.BaseInitialTriggerFeatureEndpoint
doNotChargeSession, doNotMonitorSession
-
Methods inherited from interface com.opencloud.sentinel.feature.spi.CommonInitialFeatureEndpoint
respondDiameterBaseResult, respondEndUserServiceDenied, respondRedirect
-
Methods inherited from interface com.opencloud.sentinel.feature.spi.FeatureEndpoint
featureCannotStart, featureFailedToExecute, featureHasFinished, featureIssuedWarning, getConvergenceName
-
-
-
-
Method Detail
-
markChargingType
void markChargingType(com.opencloud.sentinel.common.ChargingType chargingType)
request: set the charging type of the client-side session- Parameters:
chargingType- the charging type of the client
-
markTargetChargingType
void markTargetChargingType(com.opencloud.sentinel.common.ChargingType chargingType)
request: set the charging type for the OCS-side connection- Parameters:
chargingType- the charging type for the OCS
-
-