Package eu.cloudnetservice.driver.network.rpc.annotation
package eu.cloudnetservice.driver.network.rpc.annotation
-
Annotation InterfacesClassDescriptionIndicates that a method should be implemented using an RPC chain invocation.An annotation which can be added to a field to indicate when generating a data class serializer, that a specific method should be used as the getter rather than either a direct field access.An annotation which can be added to a field to mark it as ignored when a data class serializer is generated.This annotation can be used to declare the constructor that should be invoked when generating RPC api implementations of the declaring class.Marks a method in an api class which returns void but should not wait to the result signal of the remote rpc to become available.Defines the timeout to apply to an RPC execution, either for an entire class or a specific RPC method.