-
public class FirstExecutionConditionService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFirstExecutionConditionService.FirstExecutionDelayCheckerpublic classFirstExecutionConditionService.FirstExecutionConditionCheckerpublic classFirstExecutionConditionService.FirstExecutionHandler
-
Constructor Summary
Constructors Constructor Description FirstExecutionConditionService()
-
Method Summary
Modifier and Type Method Description synchronized FirstExecutionConditionService.FirstExecutionHandlercreateFirstExecutionHandler(@NonNull() Runnable runnable, @NonNull() ICommonExecutor executor, @NonNull() String tag)voidupdateConfig(@NonNull() UtilityServiceConfiguration configuration)-
-
Method Detail
-
createFirstExecutionHandler
synchronized FirstExecutionConditionService.FirstExecutionHandler createFirstExecutionHandler(@NonNull() Runnable runnable, @NonNull() ICommonExecutor executor, @NonNull() String tag)
-
updateConfig
void updateConfig(@NonNull() UtilityServiceConfiguration configuration)
-
-
-
-