Class AbstractThreadingFeature.WithTaskAdvice
- java.lang.Object
-
- ch.raffael.meldioc.library.base.threading.AbstractThreadingFeature
-
- ch.raffael.meldioc.library.base.threading.AbstractThreadingFeature.WithTaskAdvice
-
- All Implemented Interfaces:
TaskAdviceFeature,ThreadingFeature
- Direct Known Subclasses:
JavaThreadPoolFeature
- Enclosing class:
- AbstractThreadingFeature
@Feature public static class AbstractThreadingFeature.WithTaskAdvice extends AbstractThreadingFeature implements TaskAdviceFeature
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ch.raffael.meldioc.library.base.threading.AbstractThreadingFeature
AbstractThreadingFeature.WithTaskAdvice
-
Nested classes/interfaces inherited from interface ch.raffael.meldioc.library.base.threading.TaskAdviceFeature
TaskAdviceFeature.Profile
-
Nested classes/interfaces inherited from interface ch.raffael.meldioc.library.base.threading.ThreadingFeature
ThreadingFeature.Util, ThreadingFeature.WithSystemForkJoinPool
-
-
Field Summary
-
Fields inherited from class ch.raffael.meldioc.library.base.threading.AbstractThreadingFeature
workExecutorProvider
-
-
Constructor Summary
Constructors Constructor Description WithTaskAdvice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ch.raffael.meldioc.util.advice.AroundAdvicetaskAdvice()protected TaskAdviceFeature.ProfiletaskAdviceProfile()-
Methods inherited from class ch.raffael.meldioc.library.base.threading.AbstractThreadingFeature
unrestrictedWorkExecutor, workExecutor, workExecutorImplementation
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.raffael.meldioc.library.base.threading.ThreadingFeature
forkJoinPool
-
-
-
-
Method Detail
-
taskAdvice
@Provision(singleton=true) public ch.raffael.meldioc.util.advice.AroundAdvice taskAdvice()
- Specified by:
taskAdvicein interfaceTaskAdviceFeature
-
taskAdviceProfile
protected TaskAdviceFeature.Profile taskAdviceProfile()
-
-