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.

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

Value Params
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.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product