Annotation Type AsyncFunction
- 
@Retention(RUNTIME) @Target(METHOD) public @interface AsyncFunctionThis annotation is used to mark functions that should execute asynchronously on the gateway side. 
@Retention(RUNTIME)
@Target(METHOD)
public @interface AsyncFunction