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.org.infinispan.interceptors.impl Basic interceptors -
-
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, 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, 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
-
Uses of InvocationSuccessFunction in org.infinispan.interceptors.impl
Classes in org.infinispan.interceptors.impl that implement InvocationSuccessFunction Modifier and Type Class Description class
MultiSubCommandInvoker
Invoke a sequence of sub-commands.Methods in org.infinispan.interceptors.impl with parameters of type InvocationSuccessFunction Modifier and Type Method Description protected Object
EntryWrappingInterceptor. wrapEntriesForPrepareAndApply(TxInvocationContext ctx, PrepareCommand command, InvocationSuccessFunction handler)
-