Uses of Class
net.sf.eBus.config.EConfigure.ScheduledExecutor
-
-
Uses of EConfigure.ScheduledExecutor in net.sf.eBus.config
Methods in net.sf.eBus.config that return EConfigure.ScheduledExecutor Modifier and Type Method Description protected EConfigure.ScheduledExecutorEConfigure.ScheduledExecutorBuilder. buildImpl()static EConfigure.ScheduledExecutorEConfigure. loadScheduledExecutor(com.typesafe.config.Config config)Returns an eBus scheduled executor configuration taken from the given typesafeConfiginstance.EConfigure.ScheduledExecutorEConfigure. scheduledExecutor(String name)Returns scheduled executor configuration with the given name.Methods in net.sf.eBus.config that return types with arguments of type EConfigure.ScheduledExecutor Modifier and Type Method Description static Map<String,EConfigure.ScheduledExecutor>EConfigure. loadScheduledExecutors(com.typesafe.config.Config config)Returns eBus scheduled executors loaded from given configuration.Map<String,EConfigure.ScheduledExecutor>EConfigure. scheduledExecutors()Returns scheduled executor configuration map.Methods in net.sf.eBus.config with parameters of type EConfigure.ScheduledExecutor Modifier and Type Method Description EConfigure.ScheduledExecutorBuilderEConfigure.ScheduledExecutorBuilder. configuration(EConfigure.ScheduledExecutor config)Copies in the settings fromconfigto this builder.
-