@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface ClientCallable
this.$server.method()
. The method will return
a Promise which will be resolved with either the return value from the server
or a generic rejection if the server-side method throws an exception.Modifier and Type | Optional Element and Description |
---|---|
DisabledUpdateMode |
value
Controls RPC for the method from the client side to the server side when
the element is disabled.
|
public abstract DisabledUpdateMode value
Copyright © 2020. All rights reserved.