Class MethodInvocationInterceptor

    • Field Detail

      • DEBUG

        public static boolean DEBUG
        If debug is turned on it will print uncatched exceptions within service calls.
    • Constructor Detail

      • MethodInvocationInterceptor

        public MethodInvocationInterceptor()
    • Method Detail

      • execute

        public IFuture<java.lang.Void> execute​(ServiceInvocationContext sic)
        Execute the interceptor.
        Parameters:
        context - The invocation context.