Interface IServiceInvocationInterceptor

    • Method Detail

      • execute

        jadex.commons.future.IFuture<java.lang.Void> execute​(ServiceInvocationContext context)
        Execute the interceptor.
        Parameters:
        context - The invocation context.
      • isApplicable

        boolean isApplicable​(ServiceInvocationContext context)
        Test if the interceptor is applicable.
        Returns:
        True, if applicable.