Annotation Interface Ft.Async
- Enclosing class:
Ft
Runs the annotated method asynchronously.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionName of an executor service to use.If named, an attempt will be made to find a namedAsyncinstance in service registry.
-
Element Details
-
name
-
executorName
String executorNameName of an executor service to use. An attempt will be done to discover the executor service in service registry. If none found, uses the default fault tolerance executor service.- Returns:
- name of the executor service to use
- Default:
""
-