deduper / org.bradfordmiller.deduper.config / ExecutionServiceTimeout

ExecutionServiceTimeout

data class ExecutionServiceTimeout

Settings for the Execution Service timeout. Once a deduper has published all data to the blocking queues of all consumers, consumers will have a dynamic timeout set (defaults to 60 seconds) for all consumers to finish persisting data

Constructors

<init>

Settings for the Execution Service timeout. Once a deduper has published all data to the blocking queues of all consumers, consumers will have a dynamic timeout set (defaults to 60 seconds) for all consumers to finish persisting data

ExecutionServiceTimeout(interval: Long, timeUnit: TimeUnit)

Properties

interval

the numeric value of time (IE, 60)

val interval: Long

timeUnit

the unit of time represented by the interval

val timeUnit: TimeUnit