Packages

object XGroupCommand

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XGroupCommand
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed case class Create[SK, SG, I](key: SK, group: SG, id: I, mkStream: Boolean) extends XGroupCommand with Product with Serializable
  2. sealed case class CreateConsumer[SK, SG, SC](key: SK, group: SG, consumer: SC) extends XGroupCommand with Product with Serializable
  3. sealed case class DelConsumer[SK, SG, SC](key: SK, group: SG, consumer: SC) extends XGroupCommand with Product with Serializable
  4. sealed case class Destroy[SK, SG](key: SK, group: SG) extends XGroupCommand with Product with Serializable
  5. sealed case class SetId[SK, SG, I](key: SK, group: SG, id: I) extends XGroupCommand with Product with Serializable