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