ShutdownConfig

dev.profunktor.redis4cats.config$.ShutdownConfig
case class ShutdownConfig(quietPeriod: FiniteDuration, timeout: FiniteDuration)

Configure the shutdown of the lettuce redis client, controlling the time spent on shutting down Netty's thread pools.

Attributes

quietPeriod

the quiet period to allow the executor to gracefully shut down.

timeout

timeout the maximum amount of time to wait until the backing executor is shutdown regardless if a task was submitted during the quiet period.

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