Skip to content

Commit c4217c9

Browse files
authored
Convert service description to markdown (#740)
1 parent 2c26d1c commit c4217c9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
Service Name:
2-
NexusService
3-
Operation Names:
4-
echo
5-
hello
1+
## Service: [NexusService](https://github.com/temporalio/samples-java/blob/main/core/src/main/java/io/temporal/samples/nexus/service/NexusService.java)
2+
- operation: `echo`
3+
- operation: `hello`
4+
5+
See https://github.com/temporalio/samples-java/blob/main/core/src/main/java/io/temporal/samples/nexus/service/NexusService.java for Input / Output types.
66

7-
Input / Output arguments are in the following repository:
8-
https://github.com/temporalio/samples-java/core/src/main/java/io/temporal/samples/nexus/service/NexusService.java

0 commit comments

Comments
 (0)