Uses of Interface
cn.boboweike.carrot.server.configuration.BackgroundTaskServerWorkerPolicy
-
Packages that use BackgroundTaskServerWorkerPolicy Package Description cn.boboweike.carrot.server cn.boboweike.carrot.server.configuration -
-
Uses of BackgroundTaskServerWorkerPolicy in cn.boboweike.carrot.server
Methods in cn.boboweike.carrot.server with parameters of type BackgroundTaskServerWorkerPolicy Modifier and Type Method Description BackgroundTaskServerConfigurationBackgroundTaskServerConfiguration. andBackgroundTaskServerWorkerPolicy(BackgroundTaskServerWorkerPolicy backgroundTaskServerWorkerPolicy)Allows to set the backgroundTaskServerWorkerPolicy for the BackgroundTaskServer. -
Uses of BackgroundTaskServerWorkerPolicy in cn.boboweike.carrot.server.configuration
Classes in cn.boboweike.carrot.server.configuration that implement BackgroundTaskServerWorkerPolicy Modifier and Type Class Description classDefaultBackgroundTaskServerWorkerPolicyclassFixedSizeBackgroundTaskServerWorkerPolicy
-