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

ru.taskurotta.recipes.erroneous.SimpleWorkerClient Maven / Gradle / Ivy

package ru.taskurotta.recipes.erroneous;

import ru.taskurotta.annotation.AcceptFail;
import ru.taskurotta.annotation.WorkerClient;
import ru.taskurotta.core.Promise;

/**
 * Created by void 18.10.13 18:28
 */
@WorkerClient(worker = SimpleWorker.class)
public interface SimpleWorkerClient {

    @AcceptFail(type = RuntimeException.class)
    Promise createNumber();

    Promise print(Promise number);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy