Class RMapInterceptor


  • public class RMapInterceptor
    extends Object
    Author:
    Rui Gu (https://github.com/jackygurui)
    • Constructor Detail

      • RMapInterceptor

        public RMapInterceptor()
    • Method Detail

      • intercept

        @RuntimeType
        public static Object intercept​(@Origin
                                       Method method,
                                       @AllArguments
                                       Object[] args,
                                       @FieldValue("liveObjectLiveMap")
                                       RMap<?,​?> map)
                                throws Exception
        Throws:
        Exception