Uses of Class
de.caluga.morphium.changestream.ChangeStreamEvent
-
Packages that use ChangeStreamEvent Package Description de.caluga.morphium.cache de.caluga.morphium.changestream -
-
Uses of ChangeStreamEvent in de.caluga.morphium.cache
Methods in de.caluga.morphium.cache with parameters of type ChangeStreamEvent Modifier and Type Method Description booleanWatchingCacheSynchronizer. incomingData(ChangeStreamEvent evt) -
Uses of ChangeStreamEvent in de.caluga.morphium.changestream
Methods in de.caluga.morphium.changestream with parameters of type ChangeStreamEvent Modifier and Type Method Description booleanChangeStreamListener. incomingData(ChangeStreamEvent evt)return true, if you want to continue getting events.
-