public interface IServiceInvocationInterceptor
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
execute(ServiceInvocationContext context)
Execute the interceptor.
|
boolean |
isApplicable(ServiceInvocationContext context)
Test if the interceptor is applicable.
|
IFuture<Void> execute(ServiceInvocationContext context)
context
- The invocation context.boolean isApplicable(ServiceInvocationContext context)
Copyright © 2013. All Rights Reserved.