Uses of Interface
org.flasby.christmas.monitor.PollingRunner
-
Packages that use PollingRunner Package Description org.flasby.christmas org.flasby.christmas.monitor -
-
Uses of PollingRunner in org.flasby.christmas
Methods in org.flasby.christmas that return types with arguments of type PollingRunner Modifier and Type Method Description Map<Integer,Class<? extends PollingRunner>>
Config.Run. getRunners()
Method parameters in org.flasby.christmas with type arguments of type PollingRunner Modifier and Type Method Description void
Config.Run. setRunners(Map<Integer,Class<? extends PollingRunner>> runners)
Constructor parameters in org.flasby.christmas with type arguments of type PollingRunner Constructor Description Run(Integer rate, Map<Integer,Class<? extends PollingRunner>> runners, Map<Integer,String[]> params)
-
Uses of PollingRunner in org.flasby.christmas.monitor
Classes in org.flasby.christmas.monitor that implement PollingRunner Modifier and Type Class Description class
SimpleHttpTicker
-