OptionalasyncIf true, any Java exception will be returned in the cause
field of the thrown JavaError even in async methods.
Enabling this will cause the stack trace of the
JavaScript error to be lost.
If not specified, the value from the global configuration will be used.
OptionalasyncThe suffix to use for asynchronous methods. Set this value to an empty string to disable the suffix. The default value is an empty string. Setting this value to the same value as syncSuffix will result in an error. If not specified, the value from the global configuration will be used.
OptionalcustomIf true, the custom inspect method will be used to display the object in the console. If not specified, the value from the global configuration will be used.
OptionalrunIf true, the event loop will be run when an interface proxy is active. If not specified, the value from the global configuration will be used.
OptionalsyncThe suffix to use for synchronous methods. Set this value to an empty string to disable the suffix. The default value is "Sync". Setting this value to the same value as asyncSuffix will result in an error. If not specified, the value from the global configuration will be used.
Configuration for the Java class proxy.
Since
2.4.0