Skip to content
Snippets Groups Projects
Commit 75eba4d7 authored by Damien MARCHAT's avatar Damien MARCHAT
Browse files

fix : Renaming for matching purpose with the course + added precision to the signals comments

parent 93306233
No related branches found
No related tags found
No related merge requests found
package io.takima.temporalpractice.bakery;
public class KitchenApp {
public class CookieOrderer {
public static void main(String[] args) {
}
}
package io.takima.temporalpractice.bakery.batter;
public interface BatterService {
void prepareCookieBatter();
void prepareBatter();
}
package io.takima.temporalpractice.signals;
// TODO : remove comments when starting the mastering signals exercise
// TODO : remove comments when starting the mastering signals exercise on day 2
//@ActivityInterface
public interface InventoryActivity {
void reserve(ConsumeSignal input);
......
package io.takima.temporalpractice.signals;
// TODO : remove comments when starting the mastering signals exercise
// TODO : remove comments when starting the mastering signals exercise on day 2
//@WorkflowInterface
public interface InventoryWorkflow {
// @WorkflowMethod
......
package io.takima.temporalpractice.signals;
// TODO : remove comments when starting the mastering signals exercise
// TODO : remove comments when starting the mastering signals exercise on day 2
//import io.temporal.client.WorkflowClient;
//import io.temporal.client.WorkflowOptions;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment