Class Debouncer.DebounceBuilder<I>
java.lang.Object
com.inductiveautomation.ignition.gateway.util.Debouncer.DebounceBuilder<I>
- 
Method SummaryModifier 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
- 
forContextSets the scheduler and executor using the context
- 
setDelaySets the delay between receiving new input and processing the input
- 
build
 
-