From 1c346f46b6ebc54e5d50fe2d74e3f884e44027e4 Mon Sep 17 00:00:00 2001 From: Giselle van Dongen Date: Thu, 14 Dec 2023 12:36:11 +0100 Subject: [PATCH] Add link to restate context java docs --- docs/services/sdk/restate-context.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/services/sdk/restate-context.mdx b/docs/services/sdk/restate-context.mdx index 61f85464..30021a71 100644 --- a/docs/services/sdk/restate-context.mdx +++ b/docs/services/sdk/restate-context.mdx @@ -60,6 +60,11 @@ public class Greeter extends GreeterRestate.GreeterRestateImplBase { } } ``` + +:::note +Have a look at the [JavaDocs](https://javadoc.io/doc/dev.restate/sdk-api/latest/dev/restate/sdk/RestateContext.html) for an overview of what you can do with the Restate context. +::: +
Alternative: vanilla gRPC If you do not use Restate's generated protobuf code, you can access the restate context as follows