Uses of Interface
io.vertigo.core.daemon.Daemon
Packages that use Daemon
-
Uses of Daemon in io.vertigo.core.daemon.definitions
Methods in io.vertigo.core.daemon.definitions that return types with arguments of type DaemonModifier and TypeMethodDescriptionDaemonDefinition.getDaemonSupplier()Gets the supplier providing instances of the daemon.Constructor parameters in io.vertigo.core.daemon.definitions with type arguments of type DaemonModifierConstructorDescriptionDaemonDefinition(String name, Supplier<Daemon> daemonSupplier, int periodInSeconds) DaemonDefinition(String name, Supplier<Daemon> daemonSupplier, int periodInSeconds, boolean analytics) Constructs a DaemonDefinition with the specified name, daemon supplier, and execution period.