Package | Description |
---|---|
com.opencloud.sentinel.common |
This package contains session state interfaces in the Sentinel services.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionReplicationTrigger |
SentinelSipSessionState.getEventNotificationUACLegReplicationTrigger() |
SubscriptionReplicationTrigger |
SentinelSipSessionState.getEventNotificationUASLegReplicationTrigger() |
static SubscriptionReplicationTrigger |
SubscriptionReplicationTrigger.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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SubscriptionReplicationTrigger.occursBefore(SubscriptionReplicationTrigger otherTrigger)
Indicates whether this trigger occurs earlier in the call sequence than the given trigger.
|
void |
SentinelSipSessionState.setEventNotificationUACLegReplicationTrigger(SubscriptionReplicationTrigger replicationTrigger) |
void |
SentinelSipSessionState.setEventNotificationUASLegReplicationTrigger(SubscriptionReplicationTrigger replicationTrigger) |
Copyright © OpenCloud. All Rights Reserved.