Uses of Class
com.oracle.coherence.spring.event.MapEventType
-
Packages that use MapEventType Package Description com.oracle.coherence.spring.event Coherence Eventing Support. -
-
Uses of MapEventType in com.oracle.coherence.spring.event
Methods in com.oracle.coherence.spring.event that return MapEventType Modifier and Type Method Description static MapEventType
MapEventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MapEventType[]
MapEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-