Uses of Class
org.infinispan.interceptors.BaseAsyncInterceptor
Package
Description
Infinispan is designed around a set of interceptors around a data container.
-
Uses of BaseAsyncInterceptor 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.class
Interface for async interceptors using double-dispatch. -
Uses of BaseAsyncInterceptor in org.infinispan.partitionhandling.impl