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 Object
BaseAsyncInterceptor. invokeNextThenApply(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessFunction function)
Invoke the next interceptor, possibly with a new command, and execute anInvocationCallback
after all the interceptors have finished successfully.Object
InvocationStage. thenApply(InvocationContext ctx, org.infinispan.commands.VisitableCommand command, InvocationSuccessFunction function)
After the current stage completes successfully, invokefunction
and 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 interface
BaseDistributionInterceptor.ReadManyCommandHelper<C>
Classes in org.infinispan.interceptors.distribution that implement InvocationSuccessFunction Modifier and Type Class Description protected class
BaseDistributionInterceptor.ReadOnlyManyHelper
protected class
ScatteredDistributionInterceptor.PrimaryResponseHandler
-