Package org.redisson.rx
Class RedissonReliableTopicRx
- java.lang.Object
-
- org.redisson.rx.RedissonReliableTopicRx
-
public class RedissonReliableTopicRx extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description RedissonReliableTopicRx(RReliableTopic topic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <M> io.reactivex.rxjava3.core.Flowable<M>
getMessages(Class<M> type)
-
-
-
Constructor Detail
-
RedissonReliableTopicRx
public RedissonReliableTopicRx(RReliableTopic topic)
-
-
Method Detail
-
getMessages
public <M> io.reactivex.rxjava3.core.Flowable<M> getMessages(Class<M> type)
-
-