public class RedisAspect extends Object
| Modifier and Type | Method and Description |
|---|---|
Object |
aroundGetClusterConnection(org.aspectj.lang.ProceedingJoinPoint pjp)
Intercepts calls to
RedisConnectionFactory.getClusterConnection() (and related),
wrapping the outcome in a TracingRedisClusterConnection |
Object |
aroundGetConnection(org.aspectj.lang.ProceedingJoinPoint pjp)
Intercepts calls to
RedisConnectionFactory.getConnection() (and related), wrapping the
outcome in a TracingRedisConnection |
void |
connectionFactory() |
void |
getClusterConnection() |
void |
getConnection() |
public void connectionFactory()
public void getConnection()
public void getClusterConnection()
public Object aroundGetConnection(org.aspectj.lang.ProceedingJoinPoint pjp) throws Throwable
RedisConnectionFactory.getConnection() (and related), wrapping the
outcome in a TracingRedisConnectionpjp - the intercepted join pointTracingRedisConnection wrapping the result of the joint pointThrowablepublic Object aroundGetClusterConnection(org.aspectj.lang.ProceedingJoinPoint pjp) throws Throwable
RedisConnectionFactory.getClusterConnection() (and related),
wrapping the outcome in a TracingRedisClusterConnectionpjp - the intercepted join pointTracingRedisClusterConnection wrapping the result of the joint pointThrowableCopyright © 2017–2020. All rights reserved.