Uses of Class
cn.boboweike.carrot.configuration.CarrotConfiguration.CarrotConfigurationResult
-
Packages that use CarrotConfiguration.CarrotConfigurationResult Package Description cn.boboweike.carrot.configuration -
-
Uses of CarrotConfiguration.CarrotConfigurationResult in cn.boboweike.carrot.configuration
Methods in cn.boboweike.carrot.configuration that return CarrotConfiguration.CarrotConfigurationResult Modifier and Type Method Description CarrotConfiguration.CarrotConfigurationResultCarrotConfiguration. initialize()Initializes Carrot and returns aTaskSchedulerwhich can then be used to register in the IoC framework or to enqueue/schedule some Tasks.
-