Skip to content

Commit 2076265

Browse files
Add more snip sync
1 parent 1f67378 commit 2076265

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

core/src/main/java/io/temporal/samples/nexus/caller/EchoCallerWorkflowImpl.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @@@SNIPSTART samples-java-nexus-caller-echo-workflow
12
package io.temporal.samples.nexus.caller;
23

34
import io.temporal.samples.nexus.service.NexusService;
@@ -22,3 +23,4 @@ public String echo(String message) {
2223
return nexusService.echo(new NexusService.EchoInput(message)).getMessage();
2324
}
2425
}
26+
// @@@SNIPEND

core/src/main/java/io/temporal/samples/nexus/caller/HelloCallerWorkflowImpl.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// @@@SNIPSTART samples-java-nexus-caller-hello-workflow
12
package io.temporal.samples.nexus.caller;
23

34
import io.temporal.samples.nexus.service.NexusService;
@@ -29,3 +30,4 @@ public String hello(String message, NexusService.Language language) {
2930
return handle.getResult().get().getMessage();
3031
}
3132
}
33+
// @@@SNIPEND

0 commit comments

Comments
 (0)