Class FindNonProgressingTask

    • Constructor Detail

      • FindNonProgressingTask

        public FindNonProgressingTask​(com.google.web.bindery.event.shared.EventBus eventBus,
                                      Dispatcher dispatcher,
                                      Environment environment,
                                      StatementContext statementContext,
                                      javax.inject.Provider<Progress> progress)
    • Method Detail

      • apply

        public elemental2.promise.Promise<FlowContext> apply​(FlowContext context)
        Description copied from interface: Task
        Executes the task.
        Specified by:
        apply in interface Task<FlowContext>
        Parameters:
        context - the context shared between tasks
        Returns:
        a promise containing the shared context