Package org.redisson.rx
Class RedissonSetMultimapRx<K,V>
java.lang.Object
org.redisson.rx.RedissonSetMultimapRx<K,V>
- Type Parameters:
K
- key typeV
- value type
- Author:
- Nikita Koksharov
-
Constructor Summary
ConstructorDescriptionRedissonSetMultimapRx
(RedissonSetMultimap<K, V> instance, CommandRxExecutor commandExecutor, RedissonRxClient redisson) -
Method Summary
-
Constructor Details
-
RedissonSetMultimapRx
public RedissonSetMultimapRx(RedissonSetMultimap<K, V> instance, CommandRxExecutor commandExecutor, RedissonRxClient redisson)
-
-
Method Details
-
get
-