Uses of Interface
org.infinispan.interceptors.InvocationCallback
-
Packages that use InvocationCallback Package Description org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode. -
-
Uses of InvocationCallback in org.infinispan.interceptors
Subinterfaces of InvocationCallback in org.infinispan.interceptors Modifier and Type Interface Description interfaceInvocationExceptionFunctioninterfaceInvocationFinallyActioninterfaceInvocationFinallyFunctioninterfaceInvocationSuccessActioninterfaceInvocationSuccessFunctionMethods in org.infinispan.interceptors with parameters of type InvocationCallback Modifier and Type Method Description abstract ObjectInvocationStage. addCallback(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationCallback function)ObjectSyncInvocationStage. addCallback(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationCallback function) -
Uses of InvocationCallback in org.infinispan.interceptors.distribution
Subinterfaces of InvocationCallback in org.infinispan.interceptors.distribution Modifier and Type Interface Description protected static interfaceBaseDistributionInterceptor.ReadManyCommandHelper<C>Classes in org.infinispan.interceptors.distribution that implement InvocationCallback Modifier and Type Class Description protected classBaseDistributionInterceptor.ReadOnlyManyHelperprotected classScatteredDistributionInterceptor.PrimaryResponseHandler
-