Packages

package pubsub

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package internals

Type Members

  1. trait PubSubCommands[F[_], S[_], K, V] extends PublishCommands[F, S, K, V] with SubscribeCommands[F, S, K, V]

    F

    the effect type

    S

    the stream type

    K

    the channel key type

    V

    the value type

  2. trait PubSubStats[F[_], K] extends AnyRef
  3. trait PublishCommands[F[_], S[_], K, V] extends PubSubStats[F, K]

    F

    the effect type

    S

    the stream type

    K

    the channel key type

    V

    the value type

  4. trait SubscribeCommands[F[_], S[_], K, V] extends AnyRef

    F

    the effect type

    S

    the stream type

    K

    the channel key type

    V

    the value type

Value Members

  1. object PubSub
  2. object data

Ungrouped