MaxCount

sec.MaxCount
See theMaxCount companion object
sealed abstract case class MaxCount(value: Int)

The maximum count of events in the stream. When the stream has more than max count then the oldest will be removed.

Attributes

Companion:
object
Source:
metadata.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product