java.lang.Object
tech.prodigio.core.libcoreservices.aspect.requests.RequestAspect
@Component
public class RequestAspect
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
aroundRequest(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
USER_AGENT
public static final String USER_AGENT
- See Also:
-
-
Constructor Details
-
RequestAspect
public RequestAspect()
-
Method Details
-
aroundRequest
public Object aroundRequest(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
throws Throwable
- Throws:
Throwable