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

ru.taskurotta.recipes.calculate.worker.client.SummarizerClient Maven / Gradle / Ivy

The newest version!
package ru.taskurotta.recipes.calculate.worker.client;

import ru.taskurotta.annotation.WorkerClient;
import ru.taskurotta.core.Promise;
import ru.taskurotta.recipes.calculate.worker.Summarizer;

@WorkerClient(worker = Summarizer.class)
public interface SummarizerClient {

    public Promise summarize(Integer a, Integer b);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy