Skip to content

Commit b5619a0

Browse files
committed
update java doc
Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>
1 parent 277a179 commit b5619a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/en/docs/concepts/function_signatures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ As you can see, `OpenFunction` signature is the recommended function signature,
3030
| Go | [Hello World](https://github.com/OpenFunction/samples/tree/main/functions/knative/hello-world-go), [Multi-functions](https://github.com/OpenFunction/samples/tree/main/functions/knative/multiple-functions-go), [Sync function with path parameters](https://github.com/OpenFunction/samples/tree/main/functions/knative/path-parameters-function-go), [log processing](https://github.com/OpenFunction/samples/blob/main/functions/knative/logs-handler-function/LogsHandler.go) | [Sync function with path parameters](https://github.com/OpenFunction/samples/tree/main/functions/knative/path-parameters-function-go) | [Sync function with path parameters](https://github.com/OpenFunction/samples/tree/main/functions/knative/path-parameters-function-go), [Sync function with output binding](https://github.com/OpenFunction/samples/tree/main/functions/knative/with-output-binding), [Kafka input & HTTP output binding](https://github.com/OpenFunction/samples/tree/main/functions/async/logs-handler-function), [Cron input & Kafka output binding](https://github.com/OpenFunction/samples/tree/main/functions/async/bindings/cron-input-kafka-output), [Cron input binding](https://github.com/OpenFunction/samples/tree/main/functions/async/bindings/cron-input), [Kafka input binding](https://github.com/OpenFunction/samples/tree/main/functions/async/bindings/kafka-input), [Kafka pubsub](https://github.com/OpenFunction/samples/tree/main/functions/async/pubsub) |
3131
| Nodejs | [Hello World](https://github.com/OpenFunction/samples/tree/main/functions/knative/hello-world-node) | | [Sync function with output binding](https://github.com/OpenFunction/samples/tree/main/functions/knative/with-output-binding-node), [MQTT binding & pubsub](https://github.com/OpenFunction/samples/tree/main/functions/async/mqtt-io-node) |
3232
| Python | [Hello World](https://github.com/OpenFunction/samples/tree/main/functions/knative/hello-world-python) | | |
33-
| Java | [Hello World](https://github.com/OpenFunction/samples/tree/main/functions/knative/hello-world-java) | | |
33+
| Java | [Hello World](https://github.com/OpenFunction/samples/tree/main/functions/knative/java/hello-world) | [CloudEvent](https://github.com/OpenFunction/samples/tree/main/functions/knative/java/cloudevent) | [Sync function with output](https://github.com/OpenFunction/samples/tree/main/functions/knative/java/with-output-binding), [Cron input & Kafka output binding](https://github.com/OpenFunction/samples/tree/main/functions/async/java/cron-input-kafka-output), [Kafka pubsub](https://github.com/OpenFunction/samples/tree/main/functions/async/java/pubsub) |
3434
| DotNet | [Hello World](https://github.com/OpenFunction/samples/tree/main/functions/knative/hello-world-dotnet) | | |

content/en/docs/getting-started/Quickstarts/async-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Async functions are event-driven and their inputs are usually events from Non-HT
1414
| Go | [Kafka input & HTTP output binding](https://github.com/OpenFunction/samples/tree/main/functions/async/logs-handler-function), [Cron input & Kafka output binding](https://github.com/OpenFunction/samples/tree/main/functions/async/bindings/cron-input-kafka-output), [Cron input binding](https://github.com/OpenFunction/samples/tree/main/functions/async/bindings/cron-input), [Kafka input binding](https://github.com/OpenFunction/samples/tree/main/functions/async/bindings/kafka-input), [Kafka pubsub](https://github.com/OpenFunction/samples/tree/main/functions/async/pubsub) |
1515
| Nodejs | [MQTT binding & pubsub](https://github.com/OpenFunction/samples/tree/main/functions/async/mqtt-io-node) |
1616
| Python | |
17-
| Java | |
17+
| Java | [Cron input & Kafka output binding](https://github.com/OpenFunction/samples/tree/main/functions/async/java/cron-input-kafka-output), [Kafka pubsub](https://github.com/OpenFunction/samples/tree/main/functions/async/java/pubsub) |
1818
| DotNet | |
1919

2020
> You can find more function samples [here](../../../concepts/function_signatures/#samples)

content/en/docs/getting-started/Quickstarts/sync-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Sync functions are funtions whose inputs are payloads of HTTP requests, and the
1414
| Go | [Hello World](https://github.com/OpenFunction/samples/tree/main/functions/knative/hello-world-go), [Multi-functions](https://github.com/OpenFunction/samples/tree/main/functions/knative/multiple-functions-go), [Sync function with path parameters](https://github.com/OpenFunction/samples/tree/main/functions/knative/path-parameters-function-go), [log processing](https://github.com/OpenFunction/samples/blob/main/functions/knative/logs-handler-function/LogsHandler.go), [Sync function with output binding](https://github.com/OpenFunction/samples/tree/main/functions/knative/with-output-binding) |
1515
| Nodejs | [Hello World](https://github.com/OpenFunction/samples/tree/main/functions/knative/hello-world-node), [Sync function with output binding](https://github.com/OpenFunction/samples/tree/main/functions/knative/with-output-binding-node) |
1616
| Python | [Hello World](https://github.com/OpenFunction/samples/tree/main/functions/knative/hello-world-python) |
17-
| Java | [Hello World](https://github.com/OpenFunction/samples/tree/main/functions/knative/hello-world-java) |
17+
| Java | [Hello World](https://github.com/OpenFunction/samples/tree/main/functions/knative/java/hello-world), [Sync function with output](https://github.com/OpenFunction/samples/tree/main/functions/knative/java/with-output-binding) |
1818
| DotNet | [Hello World](https://github.com/OpenFunction/samples/tree/main/functions/knative/hello-world-dotnet) |
1919

2020
> You can find more function samples [here](../../../concepts/function_signatures/#samples)

0 commit comments

Comments
 (0)