Uses of Class
com.oracle.coherence.spring.annotation.CommitStrategy
-
Packages that use CommitStrategy Package Description com.oracle.coherence.spring.annotation Annotation support. -
-
Uses of CommitStrategy in com.oracle.coherence.spring.annotation
Methods in com.oracle.coherence.spring.annotation that return CommitStrategy Modifier and Type Method Description CommitStrategy
commitStrategy()
TheCommitStrategy
to use for the subscriber.static CommitStrategy
CommitStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommitStrategy[]
CommitStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-