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])

Type Members

  1. abstract class E$F extends AnyRef
    Attributes
    protected[this]

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() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def pubSubChannels: Stream[F, List[K]]
    Definition Classes
    LivePubSubCommandsPubSubStats
  15. def pubSubSubscriptions(channels: List[RedisChannel[K]]): Stream[F, List[Subscription[K]]]
    Definition Classes
    LivePubSubCommandsPubSubStats
  16. def pubSubSubscriptions(channel: RedisChannel[K]): Stream[F, Subscription[K]]
    Definition Classes
    LivePubSubCommandsPubSubStats
  17. def publish(channel: RedisChannel[K]): (Stream[F, V]) ⇒ Stream[F, Unit]
    Definition Classes
    LivePubSubCommandsPublishCommands
  18. def subscribe(channel: RedisChannel[K]): Stream[F, V]
    Definition Classes
    LivePubSubCommandsSubscribeCommands
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. def unsubscribe(channel: RedisChannel[K]): Stream[F, Unit]
    Definition Classes
    LivePubSubCommandsSubscribeCommands
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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