Class DDAsyncInterceptor

java.lang.Object
org.infinispan.interceptors.BaseAsyncInterceptor
org.infinispan.interceptors.DDAsyncInterceptor
All Implemented Interfaces:
Visitor, AsyncInterceptor
Direct Known Subclasses:
BaseCustomAsyncInterceptor, PartitionHandlingInterceptor

public abstract class DDAsyncInterceptor extends BaseAsyncInterceptor implements Visitor
Interface for async interceptors using double-dispatch.
Since:
9.0
Author:
Dan Berindei