Class Debouncer.DebounceBuilder<I>
java.lang.Object
com.inductiveautomation.ignition.gateway.util.Debouncer.DebounceBuilder<I>
- 
Method Summary
Modifier and TypeMethodDescriptionbuild()forContext(GatewayContext context) Sets the scheduler and executor using the contextSets the delay between receiving new input and processing the inputsetExecutor(ExecutorService executor) setScheduler(ScheduledExecutorService service)  
- 
Method Details
- 
setScheduler
 - 
setExecutor
 - 
forContext
Sets the scheduler and executor using the context - 
setDelay
Sets the delay between receiving new input and processing the input - 
build
 
 -