public interface IServiceInvocationInterceptor
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
execute(ServiceInvocationContext context)
Execute the interceptor.
|
boolean |
isApplicable(ServiceInvocationContext context)
Test if the interceptor is applicable.
|
jadex.commons.future.IFuture<java.lang.Void> execute(ServiceInvocationContext context)
context
- The invocation context.boolean isApplicable(ServiceInvocationContext context)