MaxAge

object MaxAge
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(maxAge: FiniteDuration): Either[InvalidInput, MaxAge]

The maximum age of events in the stream. Events older than this will be automatically removed.

The maximum age of events in the stream. Events older than this will be automatically removed.

Value Params
maxAge

must be greater than or equal to 1 second.