Interface TaskAdviceFeature
- All Known Implementing Classes:
AbstractWorkExecutorFeature.WithTaskAdvice,JavaThreadPoolFeature,JavaThreadPoolFeature.WithShutdown
@Feature
public interface TaskAdviceFeature
Feature providing an around advice for tasks, usually used in conjunction
with
WorkExecutorFeature. Most implementations of the library
advise the tasks using this.- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
taskAdvice
@Provision ch.raffael.meldioc.util.advice.AroundAdvice taskAdvice()
-