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