Package com.almis.awe.thread
Class ContextAwareCallable<T>
java.lang.Object
com.almis.awe.thread.ContextAwareCallable<T>
- Type Parameters:
T
- type of ContextAwareCallable
- All Implemented Interfaces:
Callable<T>
Created by pgarcia on 07/04/2017.
-
Constructor Summary
ConstructorDescriptionContextAwareCallable
(Callable<T> task, org.springframework.web.context.request.RequestAttributes context, org.springframework.security.core.context.SecurityContext securityContext) Constructor -
Method Summary
-
Constructor Details
-
Method Details