Uses of Class
org.infinispan.interceptors.DDAsyncInterceptor
Package
Description
Infinispan is designed around a set of interceptors around a data container.
-
Uses of DDAsyncInterceptor in org.infinispan.interceptors
Modifier and TypeClassDescriptionclass
Anyone using theAsyncInterceptorChain.addInterceptor(AsyncInterceptor, int)
method (or any of its overloaded forms) or registering custom interceptors via XML should extend this base class when creating their own custom interceptors. -
Uses of DDAsyncInterceptor in org.infinispan.partitionhandling.impl