@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface PlatformServiceMethod
value()
For example, this annotated java inerface method:
@PlatformServiceMethod("SomeMethod") Object someMethod(Object[] args)will be mapped to
SomeMethod
, for example (.NET service):
object SomeMethod(object[] args)
public abstract String value
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023