Interface MorpheusTaskService

All Superinterfaces:
MorpheusDataService<Task,Task>

public interface MorpheusTaskService extends MorpheusDataService<Task,Task>
  • Method Details

    • disableTask

      io.reactivex.rxjava3.core.Single<Void> disableTask(String code)
    • buildLocalTaskConfig

      io.reactivex.rxjava3.core.Single<TaskConfig> buildLocalTaskConfig(Map baseConfig, Task task, Collection excludes, Map opts)
    • buildRemoteTaskConfig

      io.reactivex.rxjava3.core.Single<TaskConfig> buildRemoteTaskConfig(Map baseConfig, Task task, Collection excludes, Map opts)