Uses of Interface
org.infinispan.interceptors.InvocationSuccessFunction
-
Packages that use InvocationSuccessFunction 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 InvocationSuccessFunction in org.infinispan.interceptors
Methods in org.infinispan.interceptors with parameters of type InvocationSuccessFunction Modifier and Type Method Description ObjectBaseAsyncInterceptor. invokeNextThenApply(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessFunction function)Invoke the next interceptor, possibly with a new command, and execute anInvocationCallbackafter all the interceptors have finished successfully.ObjectInvocationStage. thenApply(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessFunction function)After the current stage completes successfully, invokefunctionand return its result. -
Uses of InvocationSuccessFunction in org.infinispan.interceptors.distribution
Subinterfaces of InvocationSuccessFunction in org.infinispan.interceptors.distribution Modifier and Type Interface Description protected static interfaceBaseDistributionInterceptor.ReadManyCommandHelper<C>Classes in org.infinispan.interceptors.distribution that implement InvocationSuccessFunction Modifier and Type Class Description protected classBaseDistributionInterceptor.ReadOnlyManyHelperprotected classScatteredDistributionInterceptor.PrimaryResponseHandler
-