Package org.redisson.liveobject.core
Class AccessorInterceptor
- java.lang.Object
-
- org.redisson.liveobject.core.AccessorInterceptor
-
public class AccessorInterceptor extends Object
This class is going to be instantiated and becomes a static field of the proxied target class. That is one instance of this class per proxied class.- Author:
- Rui Gu (https://github.com/jackygurui), Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description AccessorInterceptor(CommandAsyncExecutor commandExecutor)
-
-
-
Constructor Detail
-
AccessorInterceptor
public AccessorInterceptor(CommandAsyncExecutor commandExecutor)
-
-