PravegaReaderGroupManagerLive

zio.pravega.admin.PravegaReaderGroupManagerLive
final case class PravegaReaderGroupManagerLive(scope: String, readerGroupManager: ReaderGroupManager) extends PravegaReaderGroupManager

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def createReaderGroup(readerGroupName: String, builder: ReaderGroupConfigBuilder, streamNames: String*): Task[Boolean]
def dropReaderGroup(scope: String, readerGroupName: String): Task[Boolean]
def openReaderGroup(readerGroupName: String): RIO[Scope, ReaderGroup]
def readerOffline(groupName: String): Task[Int]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product