Interface IServiceInvocationInterceptor

All Known Implementing Classes:
AbstractApplicableInterceptor, AbstractLRUApplicableInterceptor, AbstractMultiInterceptor, AuthenticationInterceptor, ComponentThreadInterceptor, DecouplingInterceptor, DecouplingReturnInterceptor, MethodInvocationInterceptor, ResolveInterceptor

public interface IServiceInvocationInterceptor
Service invocation interceptor interface.
  • Method Details

    • execute

      jadex.future.IFuture<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.