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
<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) |
interval |
the numeric value of time (IE, 60) val interval: Long |
timeUnit |
the unit of time represented by the interval val timeUnit: TimeUnit |