public class CompositeServiceCallInterceptor extends Object implements ServiceCallInterceptor
| Constructor and Description |
|---|
CompositeServiceCallInterceptor(ServiceCallInterceptor[] interceptors) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(String mtd,
Object[] args,
ServiceContext ctx,
Callable<Object> next)
Intercepts delegated service call.
|
public CompositeServiceCallInterceptor(ServiceCallInterceptor[] interceptors)
interceptors - Service call interceptors.public Object invoke(String mtd, Object[] args, ServiceContext ctx, Callable<Object> next) throws Exception
invoke in interface ServiceCallInterceptormtd - Method name.args - Method arguments.ctx - Service context.next - Delegated call to a service method and/or interceptor in the chain.Exception
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023