Skip to content

Commit 65a5c65

Browse files
Add snip sync for multiargs
1 parent 2076265 commit 65a5c65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/java/io/temporal/samples/nexusmultipleargs/handler/NexusServiceImpl.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import io.temporal.nexus.WorkflowRunOperation;
1010
import io.temporal.samples.nexus.service.NexusService;
1111

12+
// @@@SNIPSTART samples-java-nexus-handler-multiargs
1213
// To create a service implementation, annotate the class with @ServiceImpl and provide the
1314
// interface that the service implements. The service implementation class should have methods that
1415
// return OperationHandler that correspond to the operations defined in the service interface.
@@ -58,3 +59,4 @@ public OperationHandler<NexusService.HelloInput, NexusService.HelloOutput> hello
5859
input.getLanguage()));
5960
}
6061
}
62+
// @@@SNIPEND

0 commit comments

Comments
 (0)