Class CallInterceptor

java.lang.Object
org.infinispan.interceptors.BaseAsyncInterceptor
org.infinispan.interceptors.impl.CallInterceptor
All Implemented Interfaces:
Visitor, AsyncInterceptor

public class CallInterceptor extends BaseAsyncInterceptor implements Visitor
Always at the end of the chain, directly in front of the cache. Simply calls into the cache using reflection. If the call resulted in a modification, add the Modification to the end of the modification list keyed by the current transaction.
Since:
9.0
Author:
Bela Ban, Mircea.Markus@jboss.com, Dan Berindei