-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Javadoc still uses the 'old' functionId pattern, they should be updated to reflect the 'new' functionId style.
E.g.
* Function IDs should be of the form "APPID/path/in/app" (without leading slash) where APPID may either be a named application or ".", indicating the appID of the current (calling) function. * @param functionId Function ID of function to invoke - this should be the function ID returned by `fn inspect function appName fnName` * return rt.invokeAsync("testapp/testfn","input".getBytes()).thenApply(String::new); * return rt.invokeAsync("testapp/testfn","input".getBytes()).thenApply(String::new); - ...
Metadata
Metadata
Assignees
Labels
No labels