Uses of Interface
org.redisson.api.RMultimapRx
-
Packages that use RMultimapRx Package Description org.redisson.api -
-
Uses of RMultimapRx in org.redisson.api
Subinterfaces of RMultimapRx in org.redisson.api Modifier and Type Interface Description interface
RListMultimapCacheRx<K,V>
Rx-ified version ofRListMultimapCache
.interface
RListMultimapRx<K,V>
RxJava2 interface for List based Multimap objectinterface
RSetMultimapCacheRx<K,V>
Rx-ified version ofRSetMultimapCache
.interface
RSetMultimapRx<K,V>
RxJava2 interface for Set based Multimap
-