Package com.jme3.network.service.rmi
Annotation Interface Asynchronous
Indicates that a given method should be executed asynchronously
through the RMI service. This must annotate the method on the
shared interface for it to have an effect. If reliable=false
is specified then remote method invocation is done over UDP
instead of TCP, ie: unreliably... but faster.
-
Optional Element Summary
-
Element Details
-
reliable
boolean reliable- Default:
- true
-