Class BaseAsyncInterceptor

java.lang.Object
org.infinispan.interceptors.BaseAsyncInterceptor
All Implemented Interfaces:
AsyncInterceptor
Direct Known Subclasses:
CallInterceptor, DDAsyncInterceptor, InvocationContextInterceptor, TransactionSynchronizerInterceptor

@Experimental public abstract class BaseAsyncInterceptor extends Object implements AsyncInterceptor
Base class for an interceptor in the new asynchronous invocation chain.
Since:
9.0
Author:
Dan Berindei