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