All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arjuna.services.framework.task.Task Maven / Gradle / Ivy

The newest version!
/*
   Copyright The Narayana Authors
   SPDX-License-Identifier: Apache-2.0
 */

package com.arjuna.services.framework.task;

/**
 * The task interface for tasks scheduled by the task manager.
 * 
 * @author kevin
 */
public interface Task
{
    /**
     * Execute the task.
     */
    public void executeTask() ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy