|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.inspektr.common.spi.DefaultClientInfoResolver
public final class DefaultClientInfoResolver
Default implementation that gets it from the ThreadLocal.
| Constructor Summary | |
|---|---|
DefaultClientInfoResolver()
|
|
| Method Summary | |
|---|---|
ClientInfo |
resolveFrom(org.aspectj.lang.JoinPoint joinPoint,
java.lang.Object retVal)
Resolve the ClientInfo from the provided arguments and return value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultClientInfoResolver()
| Method Detail |
|---|
public ClientInfo resolveFrom(org.aspectj.lang.JoinPoint joinPoint,
java.lang.Object retVal)
ClientInfoResolver
resolveFrom in interface ClientInfoResolverjoinPoint - the point where the join occurred.retVal - the return value from the method call.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||