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
    Modifier and Type
    Interface
    Description
    static class 
    TODO JavaDoc
  • Method Summary

    Modifier and Type
    Method
    Description
    ch.raffael.meldioc.util.advice.AroundAdvice
     
  • Method Details

    • taskAdvice

      @Provision ch.raffael.meldioc.util.advice.AroundAdvice taskAdvice()