Uses of Interface
com.pi4j.concurrent.ExecutorServiceFactory
-
Packages that use ExecutorServiceFactory Package Description com.pi4j.concurrent com.pi4j.io.gpio com.pi4j.io.serial -
-
Uses of ExecutorServiceFactory in com.pi4j.concurrent
Classes in com.pi4j.concurrent that implement ExecutorServiceFactory Modifier and Type Class Description class
DefaultExecutorServiceFactory
class
SingleThreadGpioExecutorServiceFactory
ThisExecutorServiceFactory
extends theDefaultExecutorServiceFactory
but changes the GPIO event executor to be single threaded -
Uses of ExecutorServiceFactory in com.pi4j.io.gpio
Methods in com.pi4j.io.gpio that return ExecutorServiceFactory Modifier and Type Method Description static ExecutorServiceFactory
GpioFactory. getExecutorServiceFactory()
Return instance ofExecutorServiceFactory
.Methods in com.pi4j.io.gpio with parameters of type ExecutorServiceFactory Modifier and Type Method Description static void
GpioFactory. setExecutorServiceFactory(ExecutorServiceFactory executorServiceFactory)
Sets defaultExecutorServiceFactory
. -
Uses of ExecutorServiceFactory in com.pi4j.io.serial
Methods in com.pi4j.io.serial that return ExecutorServiceFactory Modifier and Type Method Description static ExecutorServiceFactory
SerialFactory. getExecutorServiceFactory()
Return instance ofExecutorServiceFactory
.Methods in com.pi4j.io.serial with parameters of type ExecutorServiceFactory Modifier and Type Method Description static void
SerialFactory. setExecutorServiceFactory(ExecutorServiceFactory executorServiceFactory)
Sets defaultExecutorServiceFactory
.
-