Uses of Class
com.opencloud.sentinel.common.SubscriptionReplicationTrigger
-
Packages that use SubscriptionReplicationTrigger Package Description com.opencloud.sentinel.common This package contains session state interfaces in the Sentinel services. -
-
Uses of SubscriptionReplicationTrigger in com.opencloud.sentinel.common
Methods in com.opencloud.sentinel.common that return SubscriptionReplicationTrigger Modifier and Type Method Description SubscriptionReplicationTriggerSentinelSipSessionState. getEventNotificationUACLegReplicationTrigger()SubscriptionReplicationTriggerSentinelSipSessionState. getEventNotificationUASLegReplicationTrigger()static SubscriptionReplicationTriggerSubscriptionReplicationTrigger. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SubscriptionReplicationTrigger[]SubscriptionReplicationTrigger. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.sentinel.common with parameters of type SubscriptionReplicationTrigger Modifier and Type Method Description booleanSubscriptionReplicationTrigger. occursBefore(SubscriptionReplicationTrigger otherTrigger)Indicates whether this trigger occurs earlier in the call sequence than the given trigger.voidSentinelSipSessionState. setEventNotificationUACLegReplicationTrigger(SubscriptionReplicationTrigger replicationTrigger)voidSentinelSipSessionState. setEventNotificationUASLegReplicationTrigger(SubscriptionReplicationTrigger replicationTrigger)
-