We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d1e51 commit 87eb5e5Copy full SHA for 87eb5e5
README.md
@@ -349,6 +349,12 @@ To create a Poly client Function you need to follow the same steps as with a ser
349
```java
350
@PolyFunction(polyType = FunctionType.CLIENT)
351
```
352
+### Vari server variables
353
+To create a Poly server variable you need to just run the following command:
354
+``` bash
355
+mvn polyapi:create-server-variable -Dname=myVariable -Dvalue=myValue -Dcontext=myContext
356
+```
357
+
358
## Limitations
359
Comparing to its Typescript counterpart, the Java library is still missing the following features:
360
- Error handlers
0 commit comments