Uses of Interface
de.caluga.morphium.changestream.ChangeStreamListener
-
Packages that use ChangeStreamListener Package Description de.caluga.morphium de.caluga.morphium.cache de.caluga.morphium.changestream -
-
Uses of ChangeStreamListener in de.caluga.morphium
Methods in de.caluga.morphium with parameters of type ChangeStreamListener Modifier and Type Method Description <T> voidMorphium. watch(Class<T> entity, boolean updateFull, ChangeStreamListener lst)<T> voidMorphium. watch(Class<T> entity, boolean updateFull, List<Map<String,Object>> pipeline, ChangeStreamListener lst)<T> voidMorphium. watch(String collectionName, boolean updateFull, ChangeStreamListener lst)<T> voidMorphium. watch(String collectionName, boolean updateFull, List<Map<String,Object>> pipeline, ChangeStreamListener lst)<T> voidMorphium. watch(String collectionName, int maxWaitTime, boolean updateFull, List<Map<String,Object>> pipeline, ChangeStreamListener lst)<T> voidMorphium. watchAsync(Class<T> entity, boolean updateFull, ChangeStreamListener lst)<T> voidMorphium. watchAsync(Class<T> entity, boolean updateFull, List<Map<String,Object>> pipeline, ChangeStreamListener lst)<T> voidMorphium. watchAsync(String collectionName, boolean updateFull, ChangeStreamListener lst)<T> voidMorphium. watchAsync(String collectionName, boolean updateFull, List<Map<String,Object>> pipeline, ChangeStreamListener lst)<T> voidMorphium. watchDb(boolean updateFull, ChangeStreamListener lst)<T> voidMorphium. watchDb(String dbName, boolean updateFull, ChangeStreamListener lst)<T> voidMorphium. watchDb(String dbName, boolean updateFull, List<Map<String,Object>> pipeline, AtomicBoolean runningFlag, ChangeStreamListener lst)<T> voidMorphium. watchDb(String dbName, int maxWaitTime, boolean updateFull, List<Map<String,Object>> pipeline, AtomicBoolean runningFlag, ChangeStreamListener lst)<T> AtomicBooleanMorphium. watchDbAsync(boolean updateFull, AtomicBoolean runningFlag, ChangeStreamListener lst)<T> AtomicBooleanMorphium. watchDbAsync(boolean updateFull, List<Map<String,Object>> pipeline, ChangeStreamListener lst)<T> AtomicBooleanMorphium. watchDbAsync(String dbName, boolean updateFull, List<Map<String,Object>> pipeline, ChangeStreamListener lst) -
Uses of ChangeStreamListener in de.caluga.morphium.cache
Classes in de.caluga.morphium.cache that implement ChangeStreamListener Modifier and Type Class Description classWatchingCacheSynchronizer -
Uses of ChangeStreamListener in de.caluga.morphium.changestream
Methods in de.caluga.morphium.changestream with parameters of type ChangeStreamListener Modifier and Type Method Description voidChangeStreamMonitor. addListener(ChangeStreamListener lst)voidChangeStreamMonitor. removeListener(ChangeStreamListener lst)
-