Packages

class LivePubSubCommands[F[_], K, V] extends PubSubCommands[[β$0$]Stream[F, β$0$], K, V]

Linear Supertypes
PubSubCommands[[β$0$]Stream[F, β$0$], K, V], SubscribeCommands[[β$0$]Stream[F, β$0$], K, V], PublishCommands[[β$0$]Stream[F, β$0$], K, V], PubSubStats[[β$0$]Stream[F, β$0$], K], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LivePubSubCommands
  2. PubSubCommands
  3. SubscribeCommands
  4. PublishCommands
  5. PubSubStats
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LivePubSubCommands(state: Ref[F, PubSubState[F, K, V]], subConnection: StatefulRedisPubSubConnection[K, V], pubConnection: StatefulRedisPubSubConnection[K, V])(implicit arg0: ConcurrentEffect[F], arg1: ContextShift[F], arg2: Log[F])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. def pubSubChannels: Stream[F, List[K]]
    Definition Classes
    LivePubSubCommandsPubSubStats
  16. def pubSubSubscriptions(channels: List[RedisChannel[K]]): Stream[F, List[Subscription[K]]]
    Definition Classes
    LivePubSubCommandsPubSubStats
  17. def pubSubSubscriptions(channel: RedisChannel[K]): Stream[F, Subscription[K]]
    Definition Classes
    LivePubSubCommandsPubSubStats
  18. def publish(channel: RedisChannel[K]): (Stream[F, V]) ⇒ Stream[F, Unit]
    Definition Classes
    LivePubSubCommandsPublishCommands
  19. def subscribe(channel: RedisChannel[K]): Stream[F, V]
    Definition Classes
    LivePubSubCommandsSubscribeCommands
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. def unsubscribe(channel: RedisChannel[K]): Stream[F, Unit]
    Definition Classes
    LivePubSubCommandsSubscribeCommands
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from PubSubCommands[[β$0$]Stream[F, β$0$], K, V]

Inherited from SubscribeCommands[[β$0$]Stream[F, β$0$], K, V]

Inherited from PublishCommands[[β$0$]Stream[F, β$0$], K, V]

Inherited from PubSubStats[[β$0$]Stream[F, β$0$], K]

Inherited from AnyRef

Inherited from Any

Ungrouped