Uses of Class
oracle.kv.pubsub.SubscriptionChangeNotAppliedException.Reason
-
Packages that use SubscriptionChangeNotAppliedException.Reason Package Description oracle.kv.pubsub Provides the classes used to define a Subscription to all logical changes (table row puts and deletes) made to a NoSQL store. -
-
Uses of SubscriptionChangeNotAppliedException.Reason in oracle.kv.pubsub
Methods in oracle.kv.pubsub that return SubscriptionChangeNotAppliedException.Reason Modifier and Type Method Description SubscriptionChangeNotAppliedException.ReasonSubscriptionChangeNotAppliedException. getReason()Returns the reason that the change was not applied.static SubscriptionChangeNotAppliedException.ReasonSubscriptionChangeNotAppliedException.Reason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SubscriptionChangeNotAppliedException.Reason[]SubscriptionChangeNotAppliedException.Reason. values()Returns an array containing the constants of this enum type, in the order they are declared.
-