object PubSub
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PubSub
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mkPubSubConnection[F[_], K, V](client: RedisClient, codec: RedisCodec[K, V], uri: RedisURI)(implicit arg0: ConcurrentEffect[F], arg1: ContextShift[F], arg2: Log[F]): Stream[F, PubSubCommands[[β$0$]Stream[F, β$0$], K, V]]
Creates a PubSub Connection.
Creates a PubSub Connection.
Use this option whenever you need one or more subscribers or subscribers and publishers / stats.
-
def
mkPublisherConnection[F[_], K, V](client: RedisClient, codec: RedisCodec[K, V], uri: RedisURI)(implicit arg0: ConcurrentEffect[F], arg1: ContextShift[F], arg2: Log[F]): Stream[F, PublishCommands[[β$1$]Stream[F, β$1$], K, V]]
Creates a PubSub connection.
Creates a PubSub connection.
Use this option when you only need to publish and/or get stats such as number of subscriptions.
-
def
mkSubscriberConnection[F[_], K, V](client: RedisClient, codec: RedisCodec[K, V], uri: RedisURI)(implicit arg0: ConcurrentEffect[F], arg1: ContextShift[F], arg2: Log[F]): Stream[F, SubscribeCommands[[β$2$]Stream[F, β$2$], K, V]]
Creates a PubSub connection.
Creates a PubSub connection.
Use this option when you only need to one or more subscribers but no publishing and / or stats.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()