Package ch.tocco.nice2.boot.api
Interface ThreadHandler
- All Known Implementing Classes:
ThreadScopeConfiguration
public interface ThreadHandler
All beans of this type are called when threads are setup/destroyed.
This interface should not be called directly but through
ThreadHandlerManager.runManaged(Runnable)
- See Also:
-
Method Summary
-
Method Details
-
setupThread
void setupThread() -
cleanupThread
void cleanupThread()
-