Skip to content

Commit

Permalink
Add link to restate context java docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Dec 14, 2023
1 parent 84f63a0 commit 1c346f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/services/sdk/restate-context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::

<details><summary>Alternative: vanilla gRPC</summary>

If you do not use Restate's generated protobuf code, you can access the restate context as follows
Expand Down

0 comments on commit 1c346f4

Please sign in to comment.