Package org.redisson
Class ElementsSubscribeService
- java.lang.Object
-
- org.redisson.ElementsSubscribeService
-
public class ElementsSubscribeService extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description ElementsSubscribeService(ConnectionManager connectionManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> int
subscribeOnElements(Supplier<RFuture<V>> func, Consumer<V> consumer)
void
unsubscribe(int listenerId)
-
-
-
Constructor Detail
-
ElementsSubscribeService
public ElementsSubscribeService(ConnectionManager connectionManager)
-
-