Annotation Interface Async
Marks a command handling method to be executed asynchronously.
Applies to methods only.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<? extends ExecutorServiceProvider>Optional parameter to specify a custom executor service provider.
-
Element Details
-
value
Class<? extends ExecutorServiceProvider> valueOptional parameter to specify a custom executor service provider. If not specified, the default executor service will be used.- Returns:
- The class of the custom executor service provider, or
DefaultExecutorServiceProviderif not specified.
- Default:
- studio.mevera.imperat.annotations.base.DefaultExecutorServiceProvider.class
-